Html Css Color HEX #13527F Dark Cerulean

📋 copy color: '#13527F'

red 19 ◦ green 82 ◦ blue 127

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

Shades of Dark Cerulean #13527F

Tints of Dark Cerulean #13527F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.96%

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

R = 8.33%
G = 35.96%
B = 55.7%

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

#13527F (or 0x13527F) is known color: Dark Cerulean. HEX triplet: 13, 52 and 7F. RGB value is (19,82,127). Sum of RGB (Red+Green+Blue) = 19+82+127=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #13527F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13527F is #ECAD80. Grayscale: #444444. Windows color (decimal): -15510913 or 8344083. OLE color: 8344083.

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

Color convert

RGB 19 82 127 -
CMYK 0.85 0.35 0 0.50
HSL 205º 0.74% 0.29% -
HSV(B) 205º 0.85% 0.5% -
XYZ 7.12 7.71 21.19 -
YUV 68.29 161.13 92.84 -
System Red Green Blue C M Y K H S L
Decimal 19 82 127 0.85 0.35 0 0.50 205 0.74 0.29
Hex 13 52 7F 55 23 0 32 CD 4A 1D
Octal 23 122 177 125 43 0 62 315 112 35
Binary 10011 1010010 1111111 1010101 100011 0 110010 11001101 1001010 11101

Color Harmonies of #13527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13527F

Black with #13527F

Text Example


Text Example

White with #13527F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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