#0E4BA1

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

Shades of Cobalt #0E4BA1

Tints of Cobalt #0E4BA1

Color information

#0E4BA1 (or 0x0E4BA1) is unknown color: approx Cobalt. HEX triplet: 0E, 4B and A1. RGB value is (14,75,161). Sum of RGB (Red+Green+Blue) = 14+75+161=250 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.6% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 161 (63.28% from 255 or 64.4% from 250); Max value from RGB is 161 - color contains mainly: blue. Hex color #0E4BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4BA1 is #F1B45E. Grayscale: #424242. Windows color (decimal): -15840351 or 10570510. OLE color: 10570510.

HSL color Cylindrical-coordinate representation of color #0E4BA1: hue angle of 215.1º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E4BA1 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1475161-
CMYK0.910.5300.37
HSL215.1º84%34.31%-
HSV(B)215.1º91.3%63.14%-
XYZ9.137.734.72-
YUV66.56181.2990.51-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.6%
GREEN value IS 75 (29.69% from 255) = 30%
BLUE value IS 161 (63.28% from 255) = 64.4%
R=5.6%
G=30%
B=64.4%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal14751610.910.5300.37215.18434.31
HexE4BA15B35025d75422
Octal161132411336504532712442
Binary111010010111010000110110111101010100101110101111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,75,161); }

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

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

 a { background-color: rgb(14,75,161); }

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

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

 span { border-color: rgb(14,75,161); }

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