Html Css Color HEX #13527D Dark Cerulean

📋 copy color: '#13527D'

red 19 ◦ green 82 ◦ blue 125

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

Shades of Dark Cerulean #13527D

Tints of Dark Cerulean #13527D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 55.31%

R = 8.41%
G = 36.28%
B = 55.31%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13527D (or 0x13527D) is known color: Dark Cerulean. HEX triplet: 13, 52 and 7D. RGB value is (19,82,125). Sum of RGB (Red+Green+Blue) = 19+82+125=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 125 (49.22% from 255 or 55.31% from 226); Max value from RGB is 125 - color contains mainly: blue. Hex color #13527D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13527D is #ECAD82. Grayscale: #434343. Windows color (decimal): -15510915 or 8213011. OLE color: 8213011.

HSL color Cylindrical-coordinate representation of color #13527D: hue angle of 204.34º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13527D is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 82 125 -
CMYK 0.85 0.34 0 0.51
HSL 204.34º 0.74% 0.28% -
HSV(B) 204.34º 0.85% 0.49% -
XYZ 6.99 7.65 20.51 -
YUV 68.07 160.13 93 -
System Red Green Blue C M Y K H S L
Decimal 19 82 125 0.85 0.34 0 0.51 204.34 0.74 0.28
Hex 13 52 7D 55 22 0 33 CC 4A 1C
Octal 23 122 175 125 42 0 63 314 112 34
Binary 10011 1010010 1111101 1010101 100010 0 110011 11001100 1001010 11100

Color Harmonies of #13527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13527D

Black with #13527D

Text Example


Text Example

White with #13527D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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