Html Css Color HEX #013C74 Dark Cerulean

📋 copy color: '#013C74'

red 1 ◦ green 60 ◦ blue 116

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

Shades of Dark Cerulean #013C74

Tints of Dark Cerulean #013C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 65.54%

R = 0.56%
G = 33.9%
B = 65.54%

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

#013C74 (or 0x013C74) is known color: Dark Cerulean. HEX triplet: 01, 3C and 74. RGB value is (1,60,116). Sum of RGB (Red+Green+Blue) = 1+60+116=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 116 (45.70% from 255 or 65.54% from 177); Max value from RGB is 116 - color contains mainly: blue. Hex color #013C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C74 is #FEC38B. Grayscale: #303030. Windows color (decimal): -16696204 or 7617537. OLE color: 7617537.

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

Color convert

RGB 1 60 116 -
CMYK 0.99 0.48 0 0.55
HSL 209.22º 0.98% 0.23% -
HSV(B) 209.22º 0.99% 0.45% -
XYZ 4.78 4.5 17.14 -
YUV 48.74 165.95 93.95 -
System Red Green Blue C M Y K H S L
Decimal 1 60 116 0.99 0.48 0 0.55 209.22 0.98 0.23
Hex 1 3C 74 63 30 0 37 D1 62 17
Octal 1 74 164 143 60 0 67 321 142 27
Binary 1 111100 1110100 1100011 110000 0 110111 11010001 1100010 10111

Color Harmonies of #013C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C74

Black with #013C74

Text Example


Text Example

White with #013C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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