#0E4CB1

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

Shades of Cobalt #0E4CB1

Tints of Cobalt #0E4CB1

Color information

#0E4CB1 (or 0x0E4CB1) is unknown color: approx Cobalt. HEX triplet: 0E, 4C and B1. RGB value is (14,76,177). Sum of RGB (Red+Green+Blue) = 14+76+177=267 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.24% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 177 (69.53% from 255 or 66.29% from 267); Max value from RGB is 177 - color contains mainly: blue. Hex color #0E4CB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4CB1 is #F1B34E. Grayscale: #444444. Windows color (decimal): -15840079 or 11619342. OLE color: 11619342.

HSL color Cylindrical-coordinate representation of color #0E4CB1: hue angle of 217.18º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E4CB1 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1476177-
CMYK0.920.5700.31
HSL217.18º85.34%37.45%-
HSV(B)217.18º92.09%69.41%-
XYZ10.78.4442.66-
YUV68.98188.9688.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.24%
GREEN value IS 76 (30.08% from 255) = 28.46%
BLUE value IS 177 (69.53% from 255) = 66.29%
R=5.24%
G=28.46%
B=66.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14761770.920.5700.31217.1885.3437.45
HexE4CB15C3901Fd95525
Octal161142611347103733112545
Binary11101001100101100011011100111001011111110110011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,76,177); }

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

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

 a { background-color: rgb(14,76,177); }

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

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

 span { border-color: rgb(14,76,177); }

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