Html Css Color HEX #13518E Dark Cerulean

📋 copy color: '#13518E'

red 19 ◦ green 81 ◦ blue 142

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

Shades of Dark Cerulean #13518E

Tints of Dark Cerulean #13518E

RGB

 RED value IS 19 (7.81% from 255) = 7.85%

 GREEN value IS 81 (32.03% from 255) = 33.47%

 BLUE value IS 142 (55.86% from 255) = 58.68%

R = 7.85%
G = 33.47%
B = 58.68%

CMYK

 C value IS 0.87

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#13518E (or 0x13518E) is known color: Dark Cerulean. HEX triplet: 13, 51 and 8E. RGB value is (19,81,142). Sum of RGB (Red+Green+Blue) = 19+81+142=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #13518E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13518E is #ECAE71. Grayscale: #454545. Windows color (decimal): -15511154 or 9326867. OLE color: 9326867.

HSL color Cylindrical-coordinate representation of color #13518E: hue angle of 209.76º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13518E is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 81 142 -
CMYK 0.87 0.43 0 0.44
HSL 209.76º 0.76% 0.32% -
HSV(B) 209.76º 0.87% 0.56% -
XYZ 8.09 7.98 26.7 -
YUV 69.42 168.96 92.04 -
System Red Green Blue C M Y K H S L
Decimal 19 81 142 0.87 0.43 0 0.44 209.76 0.76 0.32
Hex 13 51 8E 57 2B 0 2C D2 4C 20
Octal 23 121 216 127 53 0 54 322 114 40
Binary 10011 1010001 10001110 1010111 101011 0 101100 11010010 1001100 100000

Color Harmonies of #13518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13518E

Black with #13518E

Text Example


Text Example

White with #13518E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13518E; }

 p { color: rgb(19,81,142); }

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

background-color css

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

 a { background-color: rgb(19,81,142); }

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

border-color css

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

 span { border-color: rgb(19,81,142); }

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