Html Css Color HEX #13517C Dark Cerulean

📋 copy color: '#13517C'

red 19 ◦ green 81 ◦ blue 124

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

Shades of Dark Cerulean #13517C

Tints of Dark Cerulean #13517C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 55.36%

R = 8.48%
G = 36.16%
B = 55.36%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13517C (or 0x13517C) is known color: Dark Cerulean. HEX triplet: 13, 51 and 7C. RGB value is (19,81,124). Sum of RGB (Red+Green+Blue) = 19+81+124=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #13517C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13517C is #ECAE83. Grayscale: #434343. Windows color (decimal): -15511172 or 8147219. OLE color: 8147219.

HSL color Cylindrical-coordinate representation of color #13517C: hue angle of 204.57º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13517C is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 81 124 -
CMYK 0.85 0.35 0 0.51
HSL 204.57º 0.73% 0.28% -
HSV(B) 204.57º 0.85% 0.49% -
XYZ 6.85 7.48 20.15 -
YUV 67.36 159.96 93.5 -
System Red Green Blue C M Y K H S L
Decimal 19 81 124 0.85 0.35 0 0.51 204.57 0.73 0.28
Hex 13 51 7C 55 23 0 33 CD 49 1C
Octal 23 121 174 125 43 0 63 315 111 34
Binary 10011 1010001 1111100 1010101 100011 0 110011 11001101 1001001 11100

Color Harmonies of #13517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13517C

Black with #13517C

Text Example


Text Example

White with #13517C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13517C; }

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

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

background-color css

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

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

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

border-color css

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

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

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