Html Css Color HEX #094B9C Cobalt

📋 copy color: '#094B9C'

red 9 ◦ green 75 ◦ blue 156

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

Shades of Cobalt #094B9C

Tints of Cobalt #094B9C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.25%

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

R = 3.75%
G = 31.25%
B = 65%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#094B9C (or 0x094B9C) is known color: Cobalt. HEX triplet: 09, 4B and 9C. RGB value is (9,75,156). Sum of RGB (Red+Green+Blue) = 9+75+156=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 156 (61.33% from 255 or 65% from 240); Max value from RGB is 156 - color contains mainly: blue. Hex color #094B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094B9C is #F6B463. Grayscale: #404040. Windows color (decimal): -16168036 or 10242825. OLE color: 10242825.

HSL color Cylindrical-coordinate representation of color #094B9C: hue angle of 213.06º 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 #094B9C is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 75 156 -
CMYK 0.94 0.52 0 0.39
HSL 213.06º 0.89% 0.32% -
HSV(B) 213.06º 0.94% 0.61% -
XYZ 8.63 7.49 32.44 -
YUV 64.5 179.63 88.41 -
System Red Green Blue C M Y K H S L
Decimal 9 75 156 0.94 0.52 0 0.39 213.06 0.89 0.32
Hex 9 4B 9C 5E 34 0 27 D5 59 20
Octal 11 113 234 136 64 0 47 325 131 40
Binary 1001 1001011 10011100 1011110 110100 0 100111 11010101 1011001 100000

Color Harmonies of #094B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094B9C

Black with #094B9C

Text Example


Text Example

White with #094B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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