Html Css Color HEX #094DB5 Cobalt

📋 copy color: '#094DB5'

red 9 ◦ green 77 ◦ blue 181

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

Shades of Cobalt #094DB5

Tints of Cobalt #094DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 67.79%

R = 3.37%
G = 28.84%
B = 67.79%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#094DB5 (or 0x094DB5) is known color: Cobalt. HEX triplet: 09, 4D and B5. RGB value is (9,77,181). Sum of RGB (Red+Green+Blue) = 9+77+181=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 181 (71.09% from 255 or 67.79% from 267); Max value from RGB is 181 - color contains mainly: blue. Hex color #094DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094DB5 is #F6B24A. Grayscale: #444444. Windows color (decimal): -16167499 or 11881737. OLE color: 11881737.

HSL color Cylindrical-coordinate representation of color #094DB5: hue angle of 216.28º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094DB5 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 9 77 181 -
CMYK 0.95 0.57 0 0.29
HSL 216.28º 0.91% 0.37% -
HSV(B) 216.28º 0.95% 0.71% -
XYZ 11.11 8.7 44.81 -
YUV 68.52 191.47 85.54 -
System Red Green Blue C M Y K H S L
Decimal 9 77 181 0.95 0.57 0 0.29 216.28 0.91 0.37
Hex 9 4D B5 5F 39 0 1D D8 5B 25
Octal 11 115 265 137 71 0 35 330 133 45
Binary 1001 1001101 10110101 1011111 111001 0 11101 11011000 1011011 100101

Color Harmonies of #094DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094DB5

Black with #094DB5

Text Example


Text Example

White with #094DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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