Html Css Color HEX #094AAF Cobalt

📋 copy color: '#094AAF'

red 9 ◦ green 74 ◦ blue 175

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

Shades of Cobalt #094AAF

Tints of Cobalt #094AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 67.83%

R = 3.49%
G = 28.68%
B = 67.83%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#094AAF (or 0x094AAF) is known color: Cobalt. HEX triplet: 09, 4A and AF. RGB value is (9,74,175). Sum of RGB (Red+Green+Blue) = 9+74+175=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 175 (68.75% from 255 or 67.83% from 258); Max value from RGB is 175 - color contains mainly: blue. Hex color #094AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094AAF is #F6B550. Grayscale: #414141. Windows color (decimal): -16168273 or 11487753. OLE color: 11487753.

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

Color convert

RGB 9 74 175 -
CMYK 0.95 0.58 0 0.31
HSL 216.51º 0.9% 0.36% -
HSV(B) 216.51º 0.95% 0.69% -
XYZ 10.3 8.05 41.57 -
YUV 66.08 189.47 87.29 -
System Red Green Blue C M Y K H S L
Decimal 9 74 175 0.95 0.58 0 0.31 216.51 0.9 0.36
Hex 9 4A AF 5F 3A 0 1F D9 5A 24
Octal 11 112 257 137 72 0 37 331 132 44
Binary 1001 1001010 10101111 1011111 111010 0 11111 11011001 1011010 100100

Color Harmonies of #094AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094AAF

Black with #094AAF

Text Example


Text Example

White with #094AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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