#014F88

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

Shades of Dark Cerulean #014F88

Tints of Dark Cerulean #014F88

Color information

#014F88 (or 0x014F88) is unknown color: approx Dark Cerulean. HEX triplet: 01, 4F and 88. RGB value is (1,79,136). Sum of RGB (Red+Green+Blue) = 1+79+136=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 136 (53.52% from 255 or 62.96% from 216); Max value from RGB is 136 - color contains mainly: blue. Hex color #014F88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014F88 is #FEB077. Grayscale: #3D3D3D. Windows color (decimal): -16691320 or 8933121. OLE color: 8933121.

HSL color Cylindrical-coordinate representation of color #014F88: hue angle of 205.33º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F88 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB179136-
CMYK0.990.4200.47
HSL205.33º98.54%26.86%-
HSV(B)205.33º99.26%53.33%-
XYZ7.257.3824.33-
YUV62.18169.6684.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 79 (31.25% from 255) = 36.57%
BLUE value IS 136 (53.52% from 255) = 62.96%
R=0.46%
G=36.57%
B=62.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1791360.990.4200.47205.3398.5426.86
Hex14F88632A02Fcd631b
Octal11172101435205731514333
Binary11001111100010001100011101010010111111001101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,79,136); }

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

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

 a { background-color: rgb(1,79,136); }

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

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

 span { border-color: rgb(1,79,136); }

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