Html Css Color HEX #13487F Dark Cerulean

📋 copy color: '#13487F'

red 19 ◦ green 72 ◦ blue 127

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

Shades of Dark Cerulean #13487F

Tints of Dark Cerulean #13487F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.03%

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

R = 8.72%
G = 33.03%
B = 58.26%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#13487F (or 0x13487F) is known color: Dark Cerulean. HEX triplet: 13, 48 and 7F. RGB value is (19,72,127). Sum of RGB (Red+Green+Blue) = 19+72+127=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #13487F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13487F is #ECB780. Grayscale: #3E3E3E. Windows color (decimal): -15513473 or 8341523. OLE color: 8341523.

HSL color Cylindrical-coordinate representation of color #13487F: hue angle of 210.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 #13487F is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 72 127 -
CMYK 0.85 0.43 0 0.50
HSL 210.56º 0.74% 0.29% -
HSV(B) 210.56º 0.85% 0.5% -
XYZ 6.42 6.31 20.96 -
YUV 62.42 164.44 97.03 -
System Red Green Blue C M Y K H S L
Decimal 19 72 127 0.85 0.43 0 0.50 210.56 0.74 0.29
Hex 13 48 7F 55 2B 0 32 D3 4A 1D
Octal 23 110 177 125 53 0 62 323 112 35
Binary 10011 1001000 1111111 1010101 101011 0 110010 11010011 1001010 11101

Color Harmonies of #13487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13487F

Black with #13487F

Text Example


Text Example

White with #13487F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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