Html Css Color HEX #01407C Dark Cerulean

📋 copy color: '#01407C'

red 1 ◦ green 64 ◦ blue 124

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

Shades of Dark Cerulean #01407C

Tints of Dark Cerulean #01407C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 65.61%

R = 0.53%
G = 33.86%
B = 65.61%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01407C (or 0x01407C) is known color: Dark Cerulean. HEX triplet: 01, 40 and 7C. RGB value is (1,64,124). Sum of RGB (Red+Green+Blue) = 1+64+124=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 124 (48.83% from 255 or 65.61% from 189); Max value from RGB is 124 - color contains mainly: blue. Hex color #01407C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01407C is #FEBF83. Grayscale: #333333. Windows color (decimal): -16695172 or 8142849. OLE color: 8142849.

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

Color convert

RGB 1 64 124 -
CMYK 0.99 0.48 0 0.51
HSL 209.27º 0.98% 0.25% -
HSV(B) 209.27º 0.99% 0.49% -
XYZ 5.48 5.13 19.77 -
YUV 52 168.63 91.62 -
System Red Green Blue C M Y K H S L
Decimal 1 64 124 0.99 0.48 0 0.51 209.27 0.98 0.25
Hex 1 40 7C 63 30 0 33 D1 62 19
Octal 1 100 174 143 60 0 63 321 142 31
Binary 1 1000000 1111100 1100011 110000 0 110011 11010001 1100010 11001

Color Harmonies of #01407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01407C

Black with #01407C

Text Example


Text Example

White with #01407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01407C; }

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

 H1.HeaderClassName
 {
   color: #01407C;
 }
 .AnyTagClassName
 {
   color: #01407C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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