Html Css Color HEX #094CAA Cobalt

📋 copy color: '#094CAA'

red 9 ◦ green 76 ◦ blue 170

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

Shades of Cobalt #094CAA

Tints of Cobalt #094CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 66.67%

R = 3.53%
G = 29.8%
B = 66.67%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#094CAA (or 0x094CAA) is known color: Cobalt. HEX triplet: 09, 4C and AA. RGB value is (9,76,170). Sum of RGB (Red+Green+Blue) = 9+76+170=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #094CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094CAA is #F6B355. Grayscale: #424242. Windows color (decimal): -16167766 or 11160585. OLE color: 11160585.

HSL color Cylindrical-coordinate representation of color #094CAA: hue angle of 215.03º 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 #094CAA is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 76 170 -
CMYK 0.95 0.55 0 0.33
HSL 215.03º 0.9% 0.35% -
HSV(B) 215.03º 0.95% 0.67% -
XYZ 9.95 8.13 39.07 -
YUV 66.68 186.3 86.86 -
System Red Green Blue C M Y K H S L
Decimal 9 76 170 0.95 0.55 0 0.33 215.03 0.9 0.35
Hex 9 4C AA 5F 37 0 21 D7 5A 23
Octal 11 114 252 137 67 0 41 327 132 43
Binary 1001 1001100 10101010 1011111 110111 0 100001 11010111 1011010 100011

Color Harmonies of #094CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094CAA

Black with #094CAA

Text Example


Text Example

White with #094CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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