Html Css Color HEX #13537F Dark Cerulean

📋 copy color: '#13537F'

red 19 ◦ green 83 ◦ blue 127

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

Shades of Dark Cerulean #13537F

Tints of Dark Cerulean #13537F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.24%

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

R = 8.3%
G = 36.24%
B = 55.46%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#13537F (or 0x13537F) is known color: Dark Cerulean. HEX triplet: 13, 53 and 7F. RGB value is (19,83,127). Sum of RGB (Red+Green+Blue) = 19+83+127=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #13537F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13537F is #ECAC80. Grayscale: #444444. Windows color (decimal): -15510657 or 8344339. OLE color: 8344339.

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

Color convert

RGB 19 83 127 -
CMYK 0.85 0.35 0 0.50
HSL 204.44º 0.74% 0.29% -
HSV(B) 204.44º 0.85% 0.5% -
XYZ 7.19 7.86 21.22 -
YUV 68.88 160.8 92.42 -
System Red Green Blue C M Y K H S L
Decimal 19 83 127 0.85 0.35 0 0.50 204.44 0.74 0.29
Hex 13 53 7F 55 23 0 32 CC 4A 1D
Octal 23 123 177 125 43 0 62 314 112 35
Binary 10011 1010011 1111111 1010101 100011 0 110010 11001100 1001010 11101

Color Harmonies of #13537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13537F

Black with #13537F

Text Example


Text Example

White with #13537F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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