Html Css Color HEX #13508D Dark Cerulean

📋 copy color: '#13508D'

red 19 ◦ green 80 ◦ blue 141

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

Shades of Dark Cerulean #13508D

Tints of Dark Cerulean #13508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.33%

 BLUE value IS 141 (55.47% from 255) = 58.75%

R = 7.92%
G = 33.33%
B = 58.75%

CMYK

 C value IS 0.87

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13508D (or 0x13508D) is known color: Dark Cerulean. HEX triplet: 13, 50 and 8D. RGB value is (19,80,141). Sum of RGB (Red+Green+Blue) = 19+80+141=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #13508D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13508D is #ECAF72. Grayscale: #444444. Windows color (decimal): -15511411 or 9261075. OLE color: 9261075.

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

Color convert

RGB 19 80 141 -
CMYK 0.87 0.43 0 0.45
HSL 210º 0.76% 0.31% -
HSV(B) 210º 0.87% 0.55% -
XYZ 7.94 7.8 26.29 -
YUV 68.72 168.79 92.54 -
System Red Green Blue C M Y K H S L
Decimal 19 80 141 0.87 0.43 0 0.45 210 0.76 0.31
Hex 13 50 8D 57 2B 0 2D D2 4C 1F
Octal 23 120 215 127 53 0 55 322 114 37
Binary 10011 1010000 10001101 1010111 101011 0 101101 11010010 1001100 11111

Color Harmonies of #13508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13508D

Black with #13508D

Text Example


Text Example

White with #13508D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,80,141); }

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

background-color css

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

 a { background-color: rgb(19,80,141); }

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

border-color css

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

 span { border-color: rgb(19,80,141); }

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