Html Css Color HEX #094DBA Cobalt

📋 copy color: '#094DBA'

red 9 ◦ green 77 ◦ blue 186

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

Shades of Cobalt #094DBA

Tints of Cobalt #094DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 68.38%

R = 3.31%
G = 28.31%
B = 68.38%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#094DBA (or 0x094DBA) is known color: Cobalt. HEX triplet: 09, 4D and BA. RGB value is (9,77,186). Sum of RGB (Red+Green+Blue) = 9+77+186=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #094DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094DBA is #F6B245. Grayscale: #444444. Windows color (decimal): -16167494 or 12209417. OLE color: 12209417.

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

Color convert

RGB 9 77 186 -
CMYK 0.95 0.59 0 0.27
HSL 216.95º 0.91% 0.38% -
HSV(B) 216.95º 0.95% 0.73% -
XYZ 11.63 8.91 47.56 -
YUV 69.09 193.97 85.14 -
System Red Green Blue C M Y K H S L
Decimal 9 77 186 0.95 0.59 0 0.27 216.95 0.91 0.38
Hex 9 4D BA 5F 3B 0 1B D9 5B 26
Octal 11 115 272 137 73 0 33 331 133 46
Binary 1001 1001101 10111010 1011111 111011 0 11011 11011001 1011011 100110

Color Harmonies of #094DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094DBA

Black with #094DBA

Text Example


Text Example

White with #094DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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