Html Css Color HEX #013684 Dark Cerulean

📋 copy color: '#013684'

red 1 ◦ green 54 ◦ blue 132

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

Shades of Dark Cerulean #013684

Tints of Dark Cerulean #013684

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.88%

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

R = 0.53%
G = 28.88%
B = 70.59%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#013684 (or 0x013684) is known color: Dark Cerulean. HEX triplet: 01, 36 and 84. RGB value is (1,54,132). Sum of RGB (Red+Green+Blue) = 1+54+132=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 132 (51.95% from 255 or 70.59% from 187); Max value from RGB is 132 - color contains mainly: blue. Hex color #013684 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013684 is #FEC97B. Grayscale: #2E2E2E. Windows color (decimal): -16697724 or 8664577. OLE color: 8664577.

HSL color Cylindrical-coordinate representation of color #013684: hue angle of 215.73º 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 #013684 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 54 132 -
CMYK 0.99 0.59 0 0.48
HSL 215.73º 0.98% 0.26% -
HSV(B) 215.73º 0.99% 0.52% -
XYZ 5.5 4.31 22.37 -
YUV 47.05 175.94 95.16 -
System Red Green Blue C M Y K H S L
Decimal 1 54 132 0.99 0.59 0 0.48 215.73 0.98 0.26
Hex 1 36 84 63 3B 0 30 D8 62 1A
Octal 1 66 204 143 73 0 60 330 142 32
Binary 1 110110 10000100 1100011 111011 0 110000 11011000 1100010 11010

Color Harmonies of #013684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013684

Black with #013684

Text Example


Text Example

White with #013684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013684; }

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

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

background-color css

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

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

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

border-color css

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

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

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