Html Css Color HEX #013584 Dark Cerulean

📋 copy color: '#013584'

red 1 ◦ green 53 ◦ blue 132

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

Shades of Dark Cerulean #013584

Tints of Dark Cerulean #013584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 70.97%

R = 0.54%
G = 28.49%
B = 70.97%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#013584 (or 0x013584) is known color: Dark Cerulean. HEX triplet: 01, 35 and 84. RGB value is (1,53,132). Sum of RGB (Red+Green+Blue) = 1+53+132=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 132 (51.95% from 255 or 70.97% from 186); Max value from RGB is 132 - color contains mainly: blue. Hex color #013584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013584 is #FECA7B. Grayscale: #2E2E2E. Windows color (decimal): -16697980 or 8664321. OLE color: 8664321.

HSL color Cylindrical-coordinate representation of color #013584: hue angle of 216.18º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013584 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 53 132 -
CMYK 0.99 0.60 0 0.48
HSL 216.18º 0.98% 0.26% -
HSV(B) 216.18º 0.99% 0.52% -
XYZ 5.45 4.22 22.36 -
YUV 46.46 176.27 95.58 -
System Red Green Blue C M Y K H S L
Decimal 1 53 132 0.99 0.60 0 0.48 216.18 0.98 0.26
Hex 1 35 84 63 3C 0 30 D8 62 1A
Octal 1 65 204 143 74 0 60 330 142 32
Binary 1 110101 10000100 1100011 111100 0 110000 11011000 1100010 11010

Color Harmonies of #013584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013584

Black with #013584

Text Example


Text Example

White with #013584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013584; }

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

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

background-color css

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

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

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

border-color css

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

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

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