#01408A

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

Shades of Dark Cerulean #01408A

Tints of Dark Cerulean #01408A

Color information

#01408A (or 0x01408A) is unknown color: approx Dark Cerulean. HEX triplet: 01, 40 and 8A. RGB value is (1,64,138). Sum of RGB (Red+Green+Blue) = 1+64+138=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 138 (54.30% from 255 or 67.98% from 203); Max value from RGB is 138 - color contains mainly: blue. Hex color #01408A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01408A is #FEBF75. Grayscale: #353535. Windows color (decimal): -16695158 or 9060353. OLE color: 9060353.

HSL color Cylindrical-coordinate representation of color #01408A: hue angle of 212.41º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01408A is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB164138-
CMYK0.990.5400.46
HSL212.41º98.56%27.25%-
HSV(B)212.41º99.28%54.12%-
XYZ6.435.5124.77-
YUV53.6175.6390.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 138 (54.30% from 255) = 67.98%
R=0.49%
G=31.53%
B=67.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1641380.990.5400.46212.4198.5627.25
Hex1408A633602Ed4631b
Octal11002121436605632414333
Binary11000000100010101100011110110010111011010100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01408A; }

 p { color: rgb(1,64,138); }

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

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

 a { background-color: rgb(1,64,138); }

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

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

 span { border-color: rgb(1,64,138); }

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