Html Css Color HEX #013F71 Dark Cerulean

📋 copy color: '#013F71'

red 1 ◦ green 63 ◦ blue 113

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

Shades of Dark Cerulean #013F71

Tints of Dark Cerulean #013F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 63.84%

R = 0.56%
G = 35.59%
B = 63.84%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#013F71 (or 0x013F71) is known color: Dark Cerulean. HEX triplet: 01, 3F and 71. RGB value is (1,63,113). Sum of RGB (Red+Green+Blue) = 1+63+113=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 113 (44.53% from 255 or 63.84% from 177); Max value from RGB is 113 - color contains mainly: blue. Hex color #013F71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F71 is #FEC08E. Grayscale: #313131. Windows color (decimal): -16695439 or 7421697. OLE color: 7421697.

HSL color Cylindrical-coordinate representation of color #013F71: hue angle of 206.79º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013F71 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 63 113 -
CMYK 0.99 0.44 0 0.56
HSL 206.79º 0.98% 0.22% -
HSV(B) 206.79º 0.99% 0.44% -
XYZ 4.77 4.75 16.29 -
YUV 50.16 163.46 92.93 -
System Red Green Blue C M Y K H S L
Decimal 1 63 113 0.99 0.44 0 0.56 206.79 0.98 0.22
Hex 1 3F 71 63 2C 0 38 CF 62 16
Octal 1 77 161 143 54 0 70 317 142 26
Binary 1 111111 1110001 1100011 101100 0 111000 11001111 1100010 10110

Color Harmonies of #013F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F71

Black with #013F71

Text Example


Text Example

White with #013F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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