Html Css Color HEX #013E7D Dark Cerulean

📋 copy color: '#013E7D'

red 1 ◦ green 62 ◦ blue 125

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

Shades of Dark Cerulean #013E7D

Tints of Dark Cerulean #013E7D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.98%

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

R = 0.53%
G = 32.98%
B = 66.49%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#013E7D (or 0x013E7D) is known color: Dark Cerulean. HEX triplet: 01, 3E and 7D. RGB value is (1,62,125). Sum of RGB (Red+Green+Blue) = 1+62+125=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #013E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E7D is #FEC182. Grayscale: #323232. Windows color (decimal): -16695683 or 8207873. OLE color: 8207873.

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

Color convert

RGB 1 62 125 -
CMYK 0.99 0.50 0 0.51
HSL 210.48º 0.98% 0.25% -
HSV(B) 210.48º 0.99% 0.49% -
XYZ 5.44 4.93 20.07 -
YUV 50.94 169.79 92.38 -
System Red Green Blue C M Y K H S L
Decimal 1 62 125 0.99 0.50 0 0.51 210.48 0.98 0.25
Hex 1 3E 7D 63 32 0 33 D2 62 19
Octal 1 76 175 143 62 0 63 322 142 31
Binary 1 111110 1111101 1100011 110010 0 110011 11010010 1100010 11001

Color Harmonies of #013E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E7D

Black with #013E7D

Text Example


Text Example

White with #013E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013E7D; }

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

 H1.HeaderClassName
 {
   color: #013E7D;
 }
 .AnyTagClassName
 {
   color: #013E7D;
 }
</style>

background-color css

<style>
 a { background-color: #013E7D; }

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

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

border-color css

<style>
 span { border-color: #013E7D; }

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

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