Html Css Color HEX #13517F Dark Cerulean

📋 copy color: '#13517F'

red 19 ◦ green 81 ◦ blue 127

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

Shades of Dark Cerulean #13517F

Tints of Dark Cerulean #13517F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 55.95%

R = 8.37%
G = 35.68%
B = 55.95%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#13517F (or 0x13517F) is known color: Dark Cerulean. HEX triplet: 13, 51 and 7F. RGB value is (19,81,127). Sum of RGB (Red+Green+Blue) = 19+81+127=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #13517F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13517F is #ECAE80. Grayscale: #434343. Windows color (decimal): -15511169 or 8343827. OLE color: 8343827.

HSL color Cylindrical-coordinate representation of color #13517F: hue angle of 205.56º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13517F is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 81 127 -
CMYK 0.85 0.36 0 0.50
HSL 205.56º 0.74% 0.29% -
HSV(B) 205.56º 0.85% 0.5% -
XYZ 7.04 7.56 21.17 -
YUV 67.71 161.46 93.26 -
System Red Green Blue C M Y K H S L
Decimal 19 81 127 0.85 0.36 0 0.50 205.56 0.74 0.29
Hex 13 51 7F 55 24 0 32 CE 4A 1D
Octal 23 121 177 125 44 0 62 316 112 35
Binary 10011 1010001 1111111 1010101 100100 0 110010 11001110 1001010 11101

Color Harmonies of #13517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13517F

Black with #13517F

Text Example


Text Example

White with #13517F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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