Html Css Color HEX #013C73 Dark Cerulean

📋 copy color: '#013C73'

red 1 ◦ green 60 ◦ blue 115

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

Shades of Dark Cerulean #013C73

Tints of Dark Cerulean #013C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 65.34%

R = 0.57%
G = 34.09%
B = 65.34%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#013C73 (or 0x013C73) is known color: Dark Cerulean. HEX triplet: 01, 3C and 73. RGB value is (1,60,115). Sum of RGB (Red+Green+Blue) = 1+60+115=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 115 (45.31% from 255 or 65.34% from 176); Max value from RGB is 115 - color contains mainly: blue. Hex color #013C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C73 is #FEC38C. Grayscale: #303030. Windows color (decimal): -16696205 or 7552001. OLE color: 7552001.

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

Color convert

RGB 1 60 115 -
CMYK 0.99 0.48 0 0.55
HSL 208.95º 0.98% 0.23% -
HSV(B) 208.95º 0.99% 0.45% -
XYZ 4.72 4.48 16.83 -
YUV 48.63 165.45 94.03 -
System Red Green Blue C M Y K H S L
Decimal 1 60 115 0.99 0.48 0 0.55 208.95 0.98 0.23
Hex 1 3C 73 63 30 0 37 D1 62 17
Octal 1 74 163 143 60 0 67 321 142 27
Binary 1 111100 1110011 1100011 110000 0 110111 11010001 1100010 10111

Color Harmonies of #013C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C73

Black with #013C73

Text Example


Text Example

White with #013C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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