Html Css Color HEX #094DAA Cobalt

📋 copy color: '#094DAA'

red 9 ◦ green 77 ◦ blue 170

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

Shades of Cobalt #094DAA

Tints of Cobalt #094DAA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.08%

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

R = 3.52%
G = 30.08%
B = 66.41%

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

#094DAA (or 0x094DAA) is known color: Cobalt. HEX triplet: 09, 4D and AA. RGB value is (9,77,170). Sum of RGB (Red+Green+Blue) = 9+77+170=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #094DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094DAA is #F6B255. Grayscale: #424242. Windows color (decimal): -16167510 or 11160841. OLE color: 11160841.

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

Color convert

RGB 9 77 170 -
CMYK 0.95 0.55 0 0.33
HSL 214.66º 0.9% 0.35% -
HSV(B) 214.66º 0.95% 0.67% -
XYZ 10.02 8.27 39.1 -
YUV 67.27 185.97 86.44 -
System Red Green Blue C M Y K H S L
Decimal 9 77 170 0.95 0.55 0 0.33 214.66 0.9 0.35
Hex 9 4D AA 5F 37 0 21 D7 5A 23
Octal 11 115 252 137 67 0 41 327 132 43
Binary 1001 1001101 10101010 1011111 110111 0 100001 11010111 1011010 100011

Color Harmonies of #094DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094DAA

Black with #094DAA

Text Example


Text Example

White with #094DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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