Html Css Color HEX #094D9B Cobalt

📋 copy color: '#094D9B'

red 9 ◦ green 77 ◦ blue 155

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

Shades of Cobalt #094D9B

Tints of Cobalt #094D9B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.95%

 BLUE value IS 155 (60.94% from 255) = 64.32%

R = 3.73%
G = 31.95%
B = 64.32%

CMYK

 C value IS 0.94

 M value IS 0.50

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#094D9B (or 0x094D9B) is known color: Cobalt. HEX triplet: 09, 4D and 9B. RGB value is (9,77,155). Sum of RGB (Red+Green+Blue) = 9+77+155=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #094D9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094D9B is #F6B264. Grayscale: #414141. Windows color (decimal): -16167525 or 10177801. OLE color: 10177801.

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

Color convert

RGB 9 77 155 -
CMYK 0.94 0.50 0 0.39
HSL 212.05º 0.89% 0.32% -
HSV(B) 212.05º 0.94% 0.61% -
XYZ 8.68 7.73 32.05 -
YUV 65.56 178.47 87.66 -
System Red Green Blue C M Y K H S L
Decimal 9 77 155 0.94 0.50 0 0.39 212.05 0.89 0.32
Hex 9 4D 9B 5E 32 0 27 D4 59 20
Octal 11 115 233 136 62 0 47 324 131 40
Binary 1001 1001101 10011011 1011110 110010 0 100111 11010100 1011001 100000

Color Harmonies of #094D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094D9B

Black with #094D9B

Text Example


Text Example

White with #094D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,77,155); }

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

background-color css

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

 a { background-color: rgb(9,77,155); }

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

border-color css

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

 span { border-color: rgb(9,77,155); }

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