#014BAC

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

Shades of Cobalt #014BAC

Tints of Cobalt #014BAC

Color information

#014BAC (or 0x014BAC) is unknown color: approx Cobalt. HEX triplet: 01, 4B and AC. RGB value is (1,75,172). Sum of RGB (Red+Green+Blue) = 1+75+172=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 172 (67.58% from 255 or 69.35% from 248); Max value from RGB is 172 - color contains mainly: blue. Hex color #014BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014BAC is #FEB453. Grayscale: #3F3F3F. Windows color (decimal): -16692308 or 11291393. OLE color: 11291393.

HSL color Cylindrical-coordinate representation of color #014BAC: hue angle of 214.04º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014BAC is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB175172-
CMYK0.990.5600.33
HSL214.04º98.84%33.92%-
HSV(B)214.04º99.42%67.45%-
XYZ9.978.0240.05-
YUV63.93188.9883.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 75 (29.69% from 255) = 30.24%
BLUE value IS 172 (67.58% from 255) = 69.35%
R=0.40%
G=30.24%
B=69.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1751720.990.5600.33214.0498.8433.92
Hex14BAC6338021d66322
Octal11132541437004132614342
Binary110010111010110011000111110000100001110101101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014BAC; }

 p { color: rgb(1,75,172); }

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

<style>
 a { background-color: #014BAC; }

 a { background-color: rgb(1,75,172); }

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

<style>
 span { border-color: #014BAC; }

 span { border-color: rgb(1,75,172); }

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