Html Css Color HEX #013579 Dark Cerulean

📋 copy color: '#013579'

red 1 ◦ green 53 ◦ blue 121

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

Shades of Dark Cerulean #013579

Tints of Dark Cerulean #013579

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.29%

 BLUE value IS 121 (47.66% from 255) = 69.14%

R = 0.57%
G = 30.29%
B = 69.14%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#013579 (or 0x013579) is known color: Dark Cerulean. HEX triplet: 01, 35 and 79. RGB value is (1,53,121). Sum of RGB (Red+Green+Blue) = 1+53+121=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 121 (47.66% from 255 or 69.14% from 175); Max value from RGB is 121 - color contains mainly: blue. Hex color #013579 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013579 is #FECA86. Grayscale: #2C2C2C. Windows color (decimal): -16697991 or 7943425. OLE color: 7943425.

HSL color Cylindrical-coordinate representation of color #013579: hue angle of 214º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013579 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 53 121 -
CMYK 0.99 0.56 0 0.53
HSL 214º 0.98% 0.24% -
HSV(B) 214º 0.99% 0.47% -
XYZ 4.74 3.93 18.6 -
YUV 45.2 170.77 96.47 -
System Red Green Blue C M Y K H S L
Decimal 1 53 121 0.99 0.56 0 0.53 214 0.98 0.24
Hex 1 35 79 63 38 0 35 D6 62 18
Octal 1 65 171 143 70 0 65 326 142 30
Binary 1 110101 1111001 1100011 111000 0 110101 11010110 1100010 11000

Color Harmonies of #013579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013579

Black with #013579

Text Example


Text Example

White with #013579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013579; }

 p { color: rgb(1,53,121); }

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

background-color css

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

 a { background-color: rgb(1,53,121); }

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

border-color css

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

 span { border-color: rgb(1,53,121); }

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