Html Css Color HEX #013F7D Dark Cerulean

📋 copy color: '#013F7D'

red 1 ◦ green 63 ◦ blue 125

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

Shades of Dark Cerulean #013F7D

Tints of Dark Cerulean #013F7D

RGB

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

 GREEN value IS 63 (25% from 255) = 33.33%

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

R = 0.53%
G = 33.33%
B = 66.14%

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

#013F7D (or 0x013F7D) is known color: Dark Cerulean. HEX triplet: 01, 3F and 7D. RGB value is (1,63,125). Sum of RGB (Red+Green+Blue) = 1+63+125=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 125 (49.22% from 255 or 66.14% from 189); Max value from RGB is 125 - color contains mainly: blue. Hex color #013F7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F7D is #FEC082. Grayscale: #333333. Windows color (decimal): -16695427 or 8208129. OLE color: 8208129.

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

Color convert

RGB 1 63 125 -
CMYK 0.99 0.50 0 0.51
HSL 210º 0.98% 0.25% -
HSV(B) 210º 0.99% 0.49% -
XYZ 5.49 5.04 20.09 -
YUV 51.53 169.46 91.96 -
System Red Green Blue C M Y K H S L
Decimal 1 63 125 0.99 0.50 0 0.51 210 0.98 0.25
Hex 1 3F 7D 63 32 0 33 D2 62 19
Octal 1 77 175 143 62 0 63 322 142 31
Binary 1 111111 1111101 1100011 110010 0 110011 11010010 1100010 11001

Color Harmonies of #013F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F7D

Black with #013F7D

Text Example


Text Example

White with #013F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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