Html Css Color HEX #13508C Dark Cerulean

📋 copy color: '#13508C'

red 19 ◦ green 80 ◦ blue 140

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

Shades of Dark Cerulean #13508C

Tints of Dark Cerulean #13508C

RGB

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

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

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

R = 7.95%
G = 33.47%
B = 58.58%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13508C (or 0x13508C) is known color: Dark Cerulean. HEX triplet: 13, 50 and 8C. RGB value is (19,80,140). Sum of RGB (Red+Green+Blue) = 19+80+140=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 140 (55.08% from 255 or 58.58% from 239); Max value from RGB is 140 - color contains mainly: blue. Hex color #13508C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13508C is #ECAF73. Grayscale: #444444. Windows color (decimal): -15511412 or 9195539. OLE color: 9195539.

HSL color Cylindrical-coordinate representation of color #13508C: hue angle of 209.75º 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 #13508C is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 80 140 -
CMYK 0.86 0.43 0 0.45
HSL 209.75º 0.76% 0.31% -
HSV(B) 209.75º 0.86% 0.55% -
XYZ 7.87 7.77 25.9 -
YUV 68.6 168.29 92.62 -
System Red Green Blue C M Y K H S L
Decimal 19 80 140 0.86 0.43 0 0.45 209.75 0.76 0.31
Hex 13 50 8C 56 2B 0 2D D2 4C 1F
Octal 23 120 214 126 53 0 55 322 114 37
Binary 10011 1010000 10001100 1010110 101011 0 101101 11010010 1001100 11111

Color Harmonies of #13508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13508C

Black with #13508C

Text Example


Text Example

White with #13508C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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