Html Css Color HEX #094DBC Cobalt

📋 copy color: '#094DBC'

red 9 ◦ green 77 ◦ blue 188

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

Shades of Cobalt #094DBC

Tints of Cobalt #094DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 68.61%

R = 3.28%
G = 28.1%
B = 68.61%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#094DBC (or 0x094DBC) is known color: Cobalt. HEX triplet: 09, 4D and BC. RGB value is (9,77,188). Sum of RGB (Red+Green+Blue) = 9+77+188=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #094DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094DBC is #F6B243. Grayscale: #444444. Windows color (decimal): -16167492 or 12340489. OLE color: 12340489.

HSL color Cylindrical-coordinate representation of color #094DBC: hue angle of 217.21º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094DBC is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 77 188 -
CMYK 0.95 0.59 0 0.26
HSL 217.21º 0.91% 0.39% -
HSV(B) 217.21º 0.95% 0.74% -
XYZ 11.84 9 48.69 -
YUV 69.32 194.97 84.97 -
System Red Green Blue C M Y K H S L
Decimal 9 77 188 0.95 0.59 0 0.26 217.21 0.91 0.39
Hex 9 4D BC 5F 3B 0 1A D9 5B 27
Octal 11 115 274 137 73 0 32 331 133 47
Binary 1001 1001101 10111100 1011111 111011 0 11010 11011001 1011011 100111

Color Harmonies of #094DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094DBC

Black with #094DBC

Text Example


Text Example

White with #094DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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