Html Css Color HEX #01407E Dark Cerulean

📋 copy color: '#01407E'

red 1 ◦ green 64 ◦ blue 126

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

Shades of Dark Cerulean #01407E

Tints of Dark Cerulean #01407E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 65.97%

R = 0.52%
G = 33.51%
B = 65.97%

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

#01407E (or 0x01407E) is known color: Dark Cerulean. HEX triplet: 01, 40 and 7E. RGB value is (1,64,126). Sum of RGB (Red+Green+Blue) = 1+64+126=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 126 (49.61% from 255 or 65.97% from 191); Max value from RGB is 126 - color contains mainly: blue. Hex color #01407E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01407E is #FEBF81. Grayscale: #333333. Windows color (decimal): -16695170 or 8273921. OLE color: 8273921.

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

Color convert

RGB 1 64 126 -
CMYK 0.99 0.49 0 0.51
HSL 209.76º 0.98% 0.25% -
HSV(B) 209.76º 0.99% 0.49% -
XYZ 5.61 5.18 20.44 -
YUV 52.23 169.63 91.46 -
System Red Green Blue C M Y K H S L
Decimal 1 64 126 0.99 0.49 0 0.51 209.76 0.98 0.25
Hex 1 40 7E 63 31 0 33 D2 62 19
Octal 1 100 176 143 61 0 63 322 142 31
Binary 1 1000000 1111110 1100011 110001 0 110011 11010010 1100010 11001

Color Harmonies of #01407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01407E

Black with #01407E

Text Example


Text Example

White with #01407E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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