Html Css Color HEX #094CBA Cobalt

📋 copy color: '#094CBA'

red 9 ◦ green 76 ◦ blue 186

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

Shades of Cobalt #094CBA

Tints of Cobalt #094CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.04%

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

R = 3.32%
G = 28.04%
B = 68.63%

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

#094CBA (or 0x094CBA) is known color: Cobalt. HEX triplet: 09, 4C and BA. RGB value is (9,76,186). Sum of RGB (Red+Green+Blue) = 9+76+186=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #094CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094CBA is #F6B345. Grayscale: #444444. Windows color (decimal): -16167750 or 12209161. OLE color: 12209161.

HSL color Cylindrical-coordinate representation of color #094CBA: hue angle of 217.29º 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 #094CBA is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 76 186 -
CMYK 0.95 0.59 0 0.27
HSL 217.29º 0.91% 0.38% -
HSV(B) 217.29º 0.95% 0.73% -
XYZ 11.56 8.77 47.54 -
YUV 68.51 194.3 85.56 -
System Red Green Blue C M Y K H S L
Decimal 9 76 186 0.95 0.59 0 0.27 217.29 0.91 0.38
Hex 9 4C BA 5F 3B 0 1B D9 5B 26
Octal 11 114 272 137 73 0 33 331 133 46
Binary 1001 1001100 10111010 1011111 111011 0 11011 11011001 1011011 100110

Color Harmonies of #094CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094CBA

Black with #094CBA

Text Example


Text Example

White with #094CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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