Html Css Color HEX #013580 Dark Cerulean

📋 copy color: '#013580'

red 1 ◦ green 53 ◦ blue 128

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

Shades of Dark Cerulean #013580

Tints of Dark Cerulean #013580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 70.33%

R = 0.55%
G = 29.12%
B = 70.33%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#013580 (or 0x013580) is known color: Dark Cerulean. HEX triplet: 01, 35 and 80. RGB value is (1,53,128). Sum of RGB (Red+Green+Blue) = 1+53+128=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 128 (50.39% from 255 or 70.33% from 182); Max value from RGB is 128 - color contains mainly: blue. Hex color #013580 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013580 is #FECA7F. Grayscale: #2D2D2D. Windows color (decimal): -16697984 or 8402177. OLE color: 8402177.

HSL color Cylindrical-coordinate representation of color #013580: hue angle of 215.43º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013580 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 53 128 -
CMYK 0.99 0.59 0 0.50
HSL 215.43º 0.98% 0.25% -
HSV(B) 215.43º 0.99% 0.5% -
XYZ 5.18 4.11 20.94 -
YUV 46 174.27 95.9 -
System Red Green Blue C M Y K H S L
Decimal 1 53 128 0.99 0.59 0 0.50 215.43 0.98 0.25
Hex 1 35 80 63 3B 0 32 D7 62 19
Octal 1 65 200 143 73 0 62 327 142 31
Binary 1 110101 10000000 1100011 111011 0 110010 11010111 1100010 11001

Color Harmonies of #013580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013580

Black with #013580

Text Example


Text Example

White with #013580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013580; }

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

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

background-color css

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

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

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

border-color css

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

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

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