Html Css Color HEX #13497F Dark Cerulean

📋 copy color: '#13497F'

red 19 ◦ green 73 ◦ blue 127

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

Shades of Dark Cerulean #13497F

Tints of Dark Cerulean #13497F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.33%

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

R = 8.68%
G = 33.33%
B = 57.99%

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

#13497F (or 0x13497F) is known color: Dark Cerulean. HEX triplet: 13, 49 and 7F. RGB value is (19,73,127). Sum of RGB (Red+Green+Blue) = 19+73+127=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #13497F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13497F is #ECB680. Grayscale: #3E3E3E. Windows color (decimal): -15513217 or 8341779. OLE color: 8341779.

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

Color convert

RGB 19 73 127 -
CMYK 0.85 0.43 0 0.50
HSL 210º 0.74% 0.29% -
HSV(B) 210º 0.85% 0.5% -
XYZ 6.48 6.44 20.98 -
YUV 63.01 164.11 96.61 -
System Red Green Blue C M Y K H S L
Decimal 19 73 127 0.85 0.43 0 0.50 210 0.74 0.29
Hex 13 49 7F 55 2B 0 32 D2 4A 1D
Octal 23 111 177 125 53 0 62 322 112 35
Binary 10011 1001001 1111111 1010101 101011 0 110010 11010010 1001010 11101

Color Harmonies of #13497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13497F

Black with #13497F

Text Example


Text Example

White with #13497F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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