#094AB1

Color #094AB1 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #094AB1

Tints of Cobalt #094AB1

Color information

#094AB1 (or 0x094AB1) is unknown color: approx Cobalt. HEX triplet: 09, 4A and B1. RGB value is (9,74,177). Sum of RGB (Red+Green+Blue) = 9+74+177=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 177 (69.53% from 255 or 68.08% from 260); Max value from RGB is 177 - color contains mainly: blue. Hex color #094AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094AB1 is #F6B54E. Grayscale: #414141. Windows color (decimal): -16168271 or 11618825. OLE color: 11618825.

HSL color Cylindrical-coordinate representation of color #094AB1: hue angle of 216.79º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094AB1 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB974177-
CMYK0.950.5800.31
HSL216.79º90.32%36.47%-
HSV(B)216.79º94.92%69.41%-
XYZ10.58.1342.61-
YUV66.31190.4787.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 3.46%
GREEN value IS 74 (29.30% from 255) = 28.46%
BLUE value IS 177 (69.53% from 255) = 68.08%
R=3.46%
G=28.46%
B=68.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9741770.950.5800.31216.7990.3236.47
Hex94AB15F3A01Fd95a24
Octal111122611377203733113244
Binary10011001010101100011011111111010011111110110011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094AB1; }

 p { color: rgb(9,74,177); }

 H1.HeaderClassName
 {
   color: #094AB1;
 }
 .AnyTagClassName
 {
   color: #094AB1;
 }
</style>
background-color css

<style>
 a { background-color: #094AB1; }

 a { background-color: rgb(9,74,177); }

 div.DivClassName
 {
   background-color: #094AB1;
 }
 .BgClassName
 {
   background-color: #094AB1;
 }
</style>
border-color css

<style>
 span { border-color: #094AB1; }

 span { border-color: rgb(9,74,177); }

 td.TdClassName
 {
   border-color: #094AB1;
 }
 .TagClassName
 {
   border-color: #094AB1;
 }
</style>