Html Css Color HEX #013682 Dark Cerulean

📋 copy color: '#013682'

red 1 ◦ green 54 ◦ blue 130

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

Shades of Dark Cerulean #013682

Tints of Dark Cerulean #013682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 70.27%

R = 0.54%
G = 29.19%
B = 70.27%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#013682 (or 0x013682) is known color: Dark Cerulean. HEX triplet: 01, 36 and 82. RGB value is (1,54,130). Sum of RGB (Red+Green+Blue) = 1+54+130=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 130 (51.17% from 255 or 70.27% from 185); Max value from RGB is 130 - color contains mainly: blue. Hex color #013682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013682 is #FEC97D. Grayscale: #2E2E2E. Windows color (decimal): -16697726 or 8533505. OLE color: 8533505.

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

Color convert

RGB 1 54 130 -
CMYK 0.99 0.58 0 0.49
HSL 215.35º 0.98% 0.26% -
HSV(B) 215.35º 0.99% 0.51% -
XYZ 5.36 4.26 21.66 -
YUV 46.82 174.94 95.32 -
System Red Green Blue C M Y K H S L
Decimal 1 54 130 0.99 0.58 0 0.49 215.35 0.98 0.26
Hex 1 36 82 63 3A 0 31 D7 62 1A
Octal 1 66 202 143 72 0 61 327 142 32
Binary 1 110110 10000010 1100011 111010 0 110001 11010111 1100010 11010

Color Harmonies of #013682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013682

Black with #013682

Text Example


Text Example

White with #013682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013682; }

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

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

background-color css

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

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

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

border-color css

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

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

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