Html Css Color HEX #094CAB Cobalt

📋 copy color: '#094CAB'

red 9 ◦ green 76 ◦ blue 171

#094CAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #094CAB

Tints of Cobalt #094CAB

RGB

 RED value IS 9 (3.91% from 255) = 3.52%

 GREEN value IS 76 (30.08% from 255) = 29.69%

 BLUE value IS 171 (67.19% from 255) = 66.8%

R = 3.52%
G = 29.69%
B = 66.8%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#094CAB (or 0x094CAB) is known color: Cobalt. HEX triplet: 09, 4C and AB. RGB value is (9,76,171). Sum of RGB (Red+Green+Blue) = 9+76+171=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #094CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094CAB is #F6B354. Grayscale: #424242. Windows color (decimal): -16167765 or 11226121. OLE color: 11226121.

HSL color Cylindrical-coordinate representation of color #094CAB: hue angle of 215.19º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094CAB is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 76 171 -
CMYK 0.95 0.56 0 0.33
HSL 215.19º 0.9% 0.35% -
HSV(B) 215.19º 0.95% 0.67% -
XYZ 10.05 8.17 39.57 -
YUV 66.8 186.8 86.78 -
System Red Green Blue C M Y K H S L
Decimal 9 76 171 0.95 0.56 0 0.33 215.19 0.9 0.35
Hex 9 4C AB 5F 38 0 21 D7 5A 23
Octal 11 114 253 137 70 0 41 327 132 43
Binary 1001 1001100 10101011 1011111 111000 0 100001 11010111 1011010 100011

Color Harmonies of #094CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094CAB

Black with #094CAB

Text Example


Text Example

White with #094CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,76,171); }

 H1.HeaderClassName
 {
   color: #094CAB;
 }
 .AnyTagClassName
 {
   color: #094CAB;
 }
</style>

background-color css

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

 a { background-color: rgb(9,76,171); }

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

border-color css

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

 span { border-color: rgb(9,76,171); }

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