Html Css Color HEX #094EBA Cobalt

📋 copy color: '#094EBA'

red 9 ◦ green 78 ◦ blue 186

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

Shades of Cobalt #094EBA

Tints of Cobalt #094EBA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.57%

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

R = 3.3%
G = 28.57%
B = 68.13%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#094EBA (or 0x094EBA) is known color: Cobalt. HEX triplet: 09, 4E and BA. RGB value is (9,78,186). Sum of RGB (Red+Green+Blue) = 9+78+186=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #094EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094EBA is #F6B145. Grayscale: #454545. Windows color (decimal): -16167238 or 12209673. OLE color: 12209673.

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

Color convert

RGB 9 78 186 -
CMYK 0.95 0.58 0 0.27
HSL 216.61º 0.91% 0.38% -
HSV(B) 216.61º 0.95% 0.73% -
XYZ 11.7 9.05 47.58 -
YUV 69.68 193.64 84.72 -
System Red Green Blue C M Y K H S L
Decimal 9 78 186 0.95 0.58 0 0.27 216.61 0.91 0.38
Hex 9 4E BA 5F 3A 0 1B D9 5B 26
Octal 11 116 272 137 72 0 33 331 133 46
Binary 1001 1001110 10111010 1011111 111010 0 11011 11011001 1011011 100110

Color Harmonies of #094EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094EBA

Black with #094EBA

Text Example


Text Example

White with #094EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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