Html Css Color HEX #013680 Dark Cerulean

📋 copy color: '#013680'

red 1 ◦ green 54 ◦ blue 128

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

Shades of Dark Cerulean #013680

Tints of Dark Cerulean #013680

RGB

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

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

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

R = 0.55%
G = 29.51%
B = 69.95%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#013680 (or 0x013680) is known color: Dark Cerulean. HEX triplet: 01, 36 and 80. RGB value is (1,54,128). Sum of RGB (Red+Green+Blue) = 1+54+128=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 128 (50.39% from 255 or 69.95% from 183); Max value from RGB is 128 - color contains mainly: blue. Hex color #013680 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013680 is #FEC97F. Grayscale: #2E2E2E. Windows color (decimal): -16697728 or 8402433. OLE color: 8402433.

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

Color convert

RGB 1 54 128 -
CMYK 0.99 0.58 0 0.50
HSL 214.96º 0.98% 0.25% -
HSV(B) 214.96º 0.99% 0.5% -
XYZ 5.23 4.2 20.96 -
YUV 46.59 173.94 95.48 -
System Red Green Blue C M Y K H S L
Decimal 1 54 128 0.99 0.58 0 0.50 214.96 0.98 0.25
Hex 1 36 80 63 3A 0 32 D7 62 19
Octal 1 66 200 143 72 0 62 327 142 31
Binary 1 110110 10000000 1100011 111010 0 110010 11010111 1100010 11001

Color Harmonies of #013680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013680

Black with #013680

Text Example


Text Example

White with #013680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013680; }

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

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

background-color css

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

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

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

border-color css

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

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

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