Html Css Color HEX #013C75 Dark Cerulean

📋 copy color: '#013C75'

red 1 ◦ green 60 ◦ blue 117

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

Shades of Dark Cerulean #013C75

Tints of Dark Cerulean #013C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 65.73%

R = 0.56%
G = 33.71%
B = 65.73%

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

#013C75 (or 0x013C75) is known color: Dark Cerulean. HEX triplet: 01, 3C and 75. RGB value is (1,60,117). Sum of RGB (Red+Green+Blue) = 1+60+117=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 117 (46.09% from 255 or 65.73% from 178); Max value from RGB is 117 - color contains mainly: blue. Hex color #013C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C75 is #FEC38A. Grayscale: #303030. Windows color (decimal): -16696203 or 7683073. OLE color: 7683073.

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

Color convert

RGB 1 60 117 -
CMYK 0.99 0.49 0 0.54
HSL 209.48º 0.98% 0.23% -
HSV(B) 209.48º 0.99% 0.46% -
XYZ 4.84 4.52 17.45 -
YUV 48.86 166.45 93.87 -
System Red Green Blue C M Y K H S L
Decimal 1 60 117 0.99 0.49 0 0.54 209.48 0.98 0.23
Hex 1 3C 75 63 31 0 36 D1 62 17
Octal 1 74 165 143 61 0 66 321 142 27
Binary 1 111100 1110101 1100011 110001 0 110110 11010001 1100010 10111

Color Harmonies of #013C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C75

Black with #013C75

Text Example


Text Example

White with #013C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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