#014381

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

Shades of Dark Cerulean #014381

Tints of Dark Cerulean #014381

Color information

#014381 (or 0x014381) is unknown color: approx Dark Cerulean. HEX triplet: 01, 43 and 81. RGB value is (1,67,129). Sum of RGB (Red+Green+Blue) = 1+67+129=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 129 (50.78% from 255 or 65.48% from 197); Max value from RGB is 129 - color contains mainly: blue. Hex color #014381 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014381 is #FEBC7E. Grayscale: #363636. Windows color (decimal): -16694399 or 8471297. OLE color: 8471297.

HSL color Cylindrical-coordinate representation of color #014381: hue angle of 209.06º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014381 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB167129-
CMYK0.990.4800.49
HSL209.06º98.46%25.49%-
HSV(B)209.06º99.22%50.59%-
XYZ5.985.6121.54-
YUV54.33170.1389.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 67 (26.56% from 255) = 34.01%
BLUE value IS 129 (50.78% from 255) = 65.48%
R=0.51%
G=34.01%
B=65.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1671290.990.4800.49209.0698.4625.49
Hex143816330031d16219
Octal11032011436006132114231
Binary11000011100000011100011110000011000111010001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014381; }

 p { color: rgb(1,67,129); }

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

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

 a { background-color: rgb(1,67,129); }

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

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

 span { border-color: rgb(1,67,129); }

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