Html Css Color HEX #13528C Dark Cerulean

📋 copy color: '#13528C'

red 19 ◦ green 82 ◦ blue 140

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

Shades of Dark Cerulean #13528C

Tints of Dark Cerulean #13528C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 58.09%

R = 7.88%
G = 34.02%
B = 58.09%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13528C (or 0x13528C) is known color: Dark Cerulean. HEX triplet: 13, 52 and 8C. RGB value is (19,82,140). Sum of RGB (Red+Green+Blue) = 19+82+140=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #13528C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13528C is #ECAD73. Grayscale: #454545. Windows color (decimal): -15510900 or 9196051. OLE color: 9196051.

HSL color Cylindrical-coordinate representation of color #13528C: hue angle of 208.76º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13528C is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 82 140 -
CMYK 0.86 0.41 0 0.45
HSL 208.76º 0.76% 0.31% -
HSV(B) 208.76º 0.86% 0.55% -
XYZ 8.02 8.07 25.95 -
YUV 69.78 167.63 91.78 -
System Red Green Blue C M Y K H S L
Decimal 19 82 140 0.86 0.41 0 0.45 208.76 0.76 0.31
Hex 13 52 8C 56 29 0 2D D1 4C 1F
Octal 23 122 214 126 51 0 55 321 114 37
Binary 10011 1010010 10001100 1010110 101001 0 101101 11010001 1001100 11111

Color Harmonies of #13528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13528C

Black with #13528C

Text Example


Text Example

White with #13528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13528C; }

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

 H1.HeaderClassName
 {
   color: #13528C;
 }
 .AnyTagClassName
 {
   color: #13528C;
 }
</style>

background-color css

<style>
 a { background-color: #13528C; }

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

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

border-color css

<style>
 span { border-color: #13528C; }

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

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