Html Css Color HEX #013F76 Dark Cerulean

📋 copy color: '#013F76'

red 1 ◦ green 63 ◦ blue 118

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

Shades of Dark Cerulean #013F76

Tints of Dark Cerulean #013F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 64.84%

R = 0.55%
G = 34.62%
B = 64.84%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#013F76 (or 0x013F76) is known color: Dark Cerulean. HEX triplet: 01, 3F and 76. RGB value is (1,63,118). Sum of RGB (Red+Green+Blue) = 1+63+118=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 118 (46.48% from 255 or 64.84% from 182); Max value from RGB is 118 - color contains mainly: blue. Hex color #013F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F76 is #FEC089. Grayscale: #323232. Windows color (decimal): -16695434 or 7749377. OLE color: 7749377.

HSL color Cylindrical-coordinate representation of color #013F76: hue angle of 208.21º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013F76 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 63 118 -
CMYK 0.99 0.47 0 0.54
HSL 208.21º 0.98% 0.23% -
HSV(B) 208.21º 0.99% 0.46% -
XYZ 5.06 4.87 17.81 -
YUV 50.73 165.96 92.53 -
System Red Green Blue C M Y K H S L
Decimal 1 63 118 0.99 0.47 0 0.54 208.21 0.98 0.23
Hex 1 3F 76 63 2F 0 36 D0 62 17
Octal 1 77 166 143 57 0 66 320 142 27
Binary 1 111111 1110110 1100011 101111 0 110110 11010000 1100010 10111

Color Harmonies of #013F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F76

Black with #013F76

Text Example


Text Example

White with #013F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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