Html Css Color HEX #01408B Dark Cerulean

📋 copy color: '#01408B'

red 1 ◦ green 64 ◦ blue 139

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

Shades of Dark Cerulean #01408B

Tints of Dark Cerulean #01408B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 68.14%

R = 0.49%
G = 31.37%
B = 68.14%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01408B (or 0x01408B) is known color: Dark Cerulean. HEX triplet: 01, 40 and 8B. RGB value is (1,64,139). Sum of RGB (Red+Green+Blue) = 1+64+139=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 139 (54.69% from 255 or 68.14% from 204); Max value from RGB is 139 - color contains mainly: blue. Hex color #01408B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01408B is #FEBF74. Grayscale: #353535. Windows color (decimal): -16695157 or 9125889. OLE color: 9125889.

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

Color convert

RGB 1 64 139 -
CMYK 0.99 0.54 0 0.45
HSL 212.61º 0.99% 0.27% -
HSV(B) 212.61º 0.99% 0.55% -
XYZ 6.51 5.54 25.15 -
YUV 53.71 176.13 90.4 -
System Red Green Blue C M Y K H S L
Decimal 1 64 139 0.99 0.54 0 0.45 212.61 0.99 0.27
Hex 1 40 8B 63 36 0 2D D5 63 1B
Octal 1 100 213 143 66 0 55 325 143 33
Binary 1 1000000 10001011 1100011 110110 0 101101 11010101 1100011 11011

Color Harmonies of #01408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01408B

Black with #01408B

Text Example


Text Example

White with #01408B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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