Html Css Color HEX #094AAA Cobalt

📋 copy color: '#094AAA'

red 9 ◦ green 74 ◦ blue 170

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

Shades of Cobalt #094AAA

Tints of Cobalt #094AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.25%

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

R = 3.56%
G = 29.25%
B = 67.19%

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

#094AAA (or 0x094AAA) is known color: Cobalt. HEX triplet: 09, 4A and AA. RGB value is (9,74,170). Sum of RGB (Red+Green+Blue) = 9+74+170=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #094AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094AAA is #F6B555. Grayscale: #414141. Windows color (decimal): -16168278 or 11160073. OLE color: 11160073.

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

Color convert

RGB 9 74 170 -
CMYK 0.95 0.56 0 0.33
HSL 215.78º 0.9% 0.35% -
HSV(B) 215.78º 0.95% 0.67% -
XYZ 9.82 7.86 39.03 -
YUV 65.51 186.97 87.69 -
System Red Green Blue C M Y K H S L
Decimal 9 74 170 0.95 0.56 0 0.33 215.78 0.9 0.35
Hex 9 4A AA 5F 38 0 21 D8 5A 23
Octal 11 112 252 137 70 0 41 330 132 43
Binary 1001 1001010 10101010 1011111 111000 0 100001 11011000 1011010 100011

Color Harmonies of #094AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094AAA

Black with #094AAA

Text Example


Text Example

White with #094AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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