Html Css Color HEX #094AAC Cobalt

📋 copy color: '#094AAC'

red 9 ◦ green 74 ◦ blue 172

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

Shades of Cobalt #094AAC

Tints of Cobalt #094AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 67.45%

R = 3.53%
G = 29.02%
B = 67.45%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#094AAC (or 0x094AAC) is known color: Cobalt. HEX triplet: 09, 4A and AC. RGB value is (9,74,172). Sum of RGB (Red+Green+Blue) = 9+74+172=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #094AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094AAC is #F6B553. Grayscale: #414141. Windows color (decimal): -16168276 or 11291145. OLE color: 11291145.

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

Color convert

RGB 9 74 172 -
CMYK 0.95 0.57 0 0.33
HSL 216.07º 0.9% 0.35% -
HSV(B) 216.07º 0.95% 0.67% -
XYZ 10.01 7.93 40.03 -
YUV 65.74 187.97 87.53 -
System Red Green Blue C M Y K H S L
Decimal 9 74 172 0.95 0.57 0 0.33 216.07 0.9 0.35
Hex 9 4A AC 5F 39 0 21 D8 5A 23
Octal 11 112 254 137 71 0 41 330 132 43
Binary 1001 1001010 10101100 1011111 111001 0 100001 11011000 1011010 100011

Color Harmonies of #094AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094AAC

Black with #094AAC

Text Example


Text Example

White with #094AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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