Html Css Color HEX #094F9C Cobalt

📋 copy color: '#094F9C'

red 9 ◦ green 79 ◦ blue 156

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

Shades of Cobalt #094F9C

Tints of Cobalt #094F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 63.93%

R = 3.69%
G = 32.38%
B = 63.93%

CMYK

 C value IS 0.94

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#094F9C (or 0x094F9C) is known color: Cobalt. HEX triplet: 09, 4F and 9C. RGB value is (9,79,156). Sum of RGB (Red+Green+Blue) = 9+79+156=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #094F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094F9C is #F6B063. Grayscale: #424242. Windows color (decimal): -16167012 or 10243849. OLE color: 10243849.

HSL color Cylindrical-coordinate representation of color #094F9C: hue angle of 211.43º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094F9C is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 79 156 -
CMYK 0.94 0.49 0 0.39
HSL 211.43º 0.89% 0.32% -
HSV(B) 211.43º 0.94% 0.61% -
XYZ 8.91 8.05 32.54 -
YUV 66.85 178.31 86.74 -
System Red Green Blue C M Y K H S L
Decimal 9 79 156 0.94 0.49 0 0.39 211.43 0.89 0.32
Hex 9 4F 9C 5E 31 0 27 D3 59 20
Octal 11 117 234 136 61 0 47 323 131 40
Binary 1001 1001111 10011100 1011110 110001 0 100111 11010011 1011001 100000

Color Harmonies of #094F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094F9C

Black with #094F9C

Text Example


Text Example

White with #094F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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