Html Css Color HEX #013C76 Dark Cerulean

📋 copy color: '#013C76'

red 1 ◦ green 60 ◦ blue 118

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

Shades of Dark Cerulean #013C76

Tints of Dark Cerulean #013C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.52%

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

R = 0.56%
G = 33.52%
B = 65.92%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#013C76 (or 0x013C76) is known color: Dark Cerulean. HEX triplet: 01, 3C and 76. RGB value is (1,60,118). Sum of RGB (Red+Green+Blue) = 1+60+118=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 118 (46.48% from 255 or 65.92% from 179); Max value from RGB is 118 - color contains mainly: blue. Hex color #013C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C76 is #FEC389. Grayscale: #303030. Windows color (decimal): -16696202 or 7748609. OLE color: 7748609.

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

Color convert

RGB 1 60 118 -
CMYK 0.99 0.49 0 0.54
HSL 209.74º 0.98% 0.23% -
HSV(B) 209.74º 0.99% 0.46% -
XYZ 4.9 4.55 17.76 -
YUV 48.97 166.95 93.78 -
System Red Green Blue C M Y K H S L
Decimal 1 60 118 0.99 0.49 0 0.54 209.74 0.98 0.23
Hex 1 3C 76 63 31 0 36 D2 62 17
Octal 1 74 166 143 61 0 66 322 142 27
Binary 1 111100 1110110 1100011 110001 0 110110 11010010 1100010 10111

Color Harmonies of #013C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C76

Black with #013C76

Text Example


Text Example

White with #013C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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