Html Css Color HEX #01407D Dark Cerulean

📋 copy color: '#01407D'

red 1 ◦ green 64 ◦ blue 125

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

Shades of Dark Cerulean #01407D

Tints of Dark Cerulean #01407D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 65.79%

R = 0.53%
G = 33.68%
B = 65.79%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01407D (or 0x01407D) is known color: Dark Cerulean. HEX triplet: 01, 40 and 7D. RGB value is (1,64,125). Sum of RGB (Red+Green+Blue) = 1+64+125=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 125 (49.22% from 255 or 65.79% from 190); Max value from RGB is 125 - color contains mainly: blue. Hex color #01407D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01407D is #FEBF82. Grayscale: #333333. Windows color (decimal): -16695171 or 8208385. OLE color: 8208385.

HSL color Cylindrical-coordinate representation of color #01407D: hue angle of 209.52º 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 #01407D is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 64 125 -
CMYK 0.99 0.49 0 0.51
HSL 209.52º 0.98% 0.25% -
HSV(B) 209.52º 0.99% 0.49% -
XYZ 5.55 5.15 20.1 -
YUV 52.12 169.13 91.54 -
System Red Green Blue C M Y K H S L
Decimal 1 64 125 0.99 0.49 0 0.51 209.52 0.98 0.25
Hex 1 40 7D 63 31 0 33 D2 62 19
Octal 1 100 175 143 61 0 63 322 142 31
Binary 1 1000000 1111101 1100011 110001 0 110011 11010010 1100010 11001

Color Harmonies of #01407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01407D

Black with #01407D

Text Example


Text Example

White with #01407D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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