Html Css Color HEX #094DB1 Cobalt

📋 copy color: '#094DB1'

red 9 ◦ green 77 ◦ blue 177

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

Shades of Cobalt #094DB1

Tints of Cobalt #094DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 67.3%

R = 3.42%
G = 29.28%
B = 67.3%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#094DB1 (or 0x094DB1) is known color: Cobalt. HEX triplet: 09, 4D and B1. RGB value is (9,77,177). Sum of RGB (Red+Green+Blue) = 9+77+177=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 177 (69.53% from 255 or 67.30% from 263); Max value from RGB is 177 - color contains mainly: blue. Hex color #094DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094DB1 is #F6B24E. Grayscale: #434343. Windows color (decimal): -16167503 or 11619593. OLE color: 11619593.

HSL color Cylindrical-coordinate representation of color #094DB1: hue angle of 215.71º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094DB1 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 77 177 -
CMYK 0.95 0.56 0 0.31
HSL 215.71º 0.9% 0.36% -
HSV(B) 215.71º 0.95% 0.69% -
XYZ 10.7 8.54 42.68 -
YUV 68.07 189.47 85.87 -
System Red Green Blue C M Y K H S L
Decimal 9 77 177 0.95 0.56 0 0.31 215.71 0.9 0.36
Hex 9 4D B1 5F 38 0 1F D8 5A 24
Octal 11 115 261 137 70 0 37 330 132 44
Binary 1001 1001101 10110001 1011111 111000 0 11111 11011000 1011010 100100

Color Harmonies of #094DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094DB1

Black with #094DB1

Text Example


Text Example

White with #094DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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