Html Css Color HEX #013D7D Dark Cerulean

📋 copy color: '#013D7D'

red 1 ◦ green 61 ◦ blue 125

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

Shades of Dark Cerulean #013D7D

Tints of Dark Cerulean #013D7D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.62%

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

R = 0.53%
G = 32.62%
B = 66.84%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#013D7D (or 0x013D7D) is known color: Dark Cerulean. HEX triplet: 01, 3D and 7D. RGB value is (1,61,125). Sum of RGB (Red+Green+Blue) = 1+61+125=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 125 (49.22% from 255 or 66.84% from 187); Max value from RGB is 125 - color contains mainly: blue. Hex color #013D7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013D7D is #FEC282. Grayscale: #323232. Windows color (decimal): -16695939 or 8207617. OLE color: 8207617.

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

Color convert

RGB 1 61 125 -
CMYK 0.99 0.51 0 0.51
HSL 210.97º 0.98% 0.25% -
HSV(B) 210.97º 0.99% 0.49% -
XYZ 5.38 4.82 20.05 -
YUV 50.36 170.12 92.8 -
System Red Green Blue C M Y K H S L
Decimal 1 61 125 0.99 0.51 0 0.51 210.97 0.98 0.25
Hex 1 3D 7D 63 33 0 33 D3 62 19
Octal 1 75 175 143 63 0 63 323 142 31
Binary 1 111101 1111101 1100011 110011 0 110011 11010011 1100010 11001

Color Harmonies of #013D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D7D

Black with #013D7D

Text Example


Text Example

White with #013D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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