Html Css Color HEX #094FAC Cobalt

📋 copy color: '#094FAC'

red 9 ◦ green 79 ◦ blue 172

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

Shades of Cobalt #094FAC

Tints of Cobalt #094FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.38%

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

R = 3.46%
G = 30.38%
B = 66.15%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#094FAC (or 0x094FAC) is known color: Cobalt. HEX triplet: 09, 4F and AC. RGB value is (9,79,172). Sum of RGB (Red+Green+Blue) = 9+79+172=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #094FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094FAC is #F6B053. Grayscale: #444444. Windows color (decimal): -16166996 or 11292425. OLE color: 11292425.

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

Color convert

RGB 9 79 172 -
CMYK 0.95 0.54 0 0.33
HSL 214.23º 0.9% 0.35% -
HSV(B) 214.23º 0.95% 0.67% -
XYZ 10.36 8.63 40.15 -
YUV 68.67 186.31 85.44 -
System Red Green Blue C M Y K H S L
Decimal 9 79 172 0.95 0.54 0 0.33 214.23 0.9 0.35
Hex 9 4F AC 5F 36 0 21 D6 5A 23
Octal 11 117 254 137 66 0 41 326 132 43
Binary 1001 1001111 10101100 1011111 110110 0 100001 11010110 1011010 100011

Color Harmonies of #094FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094FAC

Black with #094FAC

Text Example


Text Example

White with #094FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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