Html Css Color HEX #013D73 Dark Cerulean

📋 copy color: '#013D73'

red 1 ◦ green 61 ◦ blue 115

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

Shades of Dark Cerulean #013D73

Tints of Dark Cerulean #013D73

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.46%

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

R = 0.56%
G = 34.46%
B = 64.97%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#013D73 (or 0x013D73) is known color: Dark Cerulean. HEX triplet: 01, 3D and 73. RGB value is (1,61,115). Sum of RGB (Red+Green+Blue) = 1+61+115=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 115 (45.31% from 255 or 64.97% from 177); Max value from RGB is 115 - color contains mainly: blue. Hex color #013D73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013D73 is #FEC28C. Grayscale: #303030. Windows color (decimal): -16695949 or 7552257. OLE color: 7552257.

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

Color convert

RGB 1 61 115 -
CMYK 0.99 0.47 0 0.55
HSL 208.42º 0.98% 0.23% -
HSV(B) 208.42º 0.99% 0.45% -
XYZ 4.78 4.58 16.85 -
YUV 49.22 165.12 93.61 -
System Red Green Blue C M Y K H S L
Decimal 1 61 115 0.99 0.47 0 0.55 208.42 0.98 0.23
Hex 1 3D 73 63 2F 0 37 D0 62 17
Octal 1 75 163 143 57 0 67 320 142 27
Binary 1 111101 1110011 1100011 101111 0 110111 11010000 1100010 10111

Color Harmonies of #013D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D73

Black with #013D73

Text Example


Text Example

White with #013D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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