Html Css Color HEX #01408E Dark Cerulean

📋 copy color: '#01408E'

red 1 ◦ green 64 ◦ blue 142

#01408E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #01408E

Tints of Dark Cerulean #01408E

RGB

 RED value IS 1 (0.78% from 255) = 0.48%

 GREEN value IS 64 (25.39% from 255) = 30.92%

 BLUE value IS 142 (55.86% from 255) = 68.6%

R = 0.48%
G = 30.92%
B = 68.6%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01408E (or 0x01408E) is known color: Dark Cerulean. HEX triplet: 01, 40 and 8E. RGB value is (1,64,142). Sum of RGB (Red+Green+Blue) = 1+64+142=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 142 (55.86% from 255 or 68.60% from 207); Max value from RGB is 142 - color contains mainly: blue. Hex color #01408E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01408E is #FEBF71. Grayscale: #353535. Windows color (decimal): -16695154 or 9322497. OLE color: 9322497.

HSL color Cylindrical-coordinate representation of color #01408E: hue angle of 213.19º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01408E is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 64 142 -
CMYK 0.99 0.55 0 0.44
HSL 213.19º 0.99% 0.28% -
HSV(B) 213.19º 0.99% 0.56% -
XYZ 6.73 5.63 26.32 -
YUV 54.06 177.63 90.16 -
System Red Green Blue C M Y K H S L
Decimal 1 64 142 0.99 0.55 0 0.44 213.19 0.99 0.28
Hex 1 40 8E 63 37 0 2C D5 63 1C
Octal 1 100 216 143 67 0 54 325 143 34
Binary 1 1000000 10001110 1100011 110111 0 101100 11010101 1100011 11100

Color Harmonies of #01408E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01408E

Black with #01408E

Text Example


Text Example

White with #01408E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01408E;
 }
 .AnyTagClassName
 {
   color: #01408E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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