#0E42B3

Color #0E42B3 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0E42B3

Tints of Cobalt #0E42B3

Color information

#0E42B3 (or 0x0E42B3) is unknown color: approx Cobalt. HEX triplet: 0E, 42 and B3. RGB value is (14,66,179). Sum of RGB (Red+Green+Blue) = 14+66+179=259 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.41% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 179 (70.31% from 255 or 69.11% from 259); Max value from RGB is 179 - color contains mainly: blue. Hex color #0E42B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E42B3 is #F1BD4C. Grayscale: #3E3E3E. Windows color (decimal): -15842637 or 11747854. OLE color: 11747854.

HSL color Cylindrical-coordinate representation of color #0E42B3: hue angle of 221.09º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E42B3 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1466179-
CMYK0.920.6300.30
HSL221.09º85.49%37.84%-
HSV(B)221.09º92.18%70.2%-
XYZ10.277.2443.51-
YUV63.33193.2792.81-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.41%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 179 (70.31% from 255) = 69.11%
R=5.41%
G=25.48%
B=69.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14661790.920.6300.30221.0985.4937.84
HexE42B35C3F01Edd5526
Octal161022631347703633512546
Binary11101000010101100111011100111111011110110111011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E42B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E42B3; }

 p { color: rgb(14,66,179); }

 H1.HeaderClassName
 {
   color: #0E42B3;
 }
 .AnyTagClassName
 {
   color: #0E42B3;
 }
</style>
background-color css

<style>
 a { background-color: #0E42B3; }

 a { background-color: rgb(14,66,179); }

 div.DivClassName
 {
   background-color: #0E42B3;
 }
 .BgClassName
 {
   background-color: #0E42B3;
 }
</style>
border-color css

<style>
 span { border-color: #0E42B3; }

 span { border-color: rgb(14,66,179); }

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