Html Css Color HEX #13709B Cerulean

📋 copy color: '#13709B'

red 19 ◦ green 112 ◦ blue 155

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

Shades of Cerulean #13709B

Tints of Cerulean #13709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.16%

 BLUE value IS 155 (60.94% from 255) = 54.2%

R = 6.64%
G = 39.16%
B = 54.2%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13709B (or 0x13709B) is known color: Cerulean. HEX triplet: 13, 70 and 9B. RGB value is (19,112,155). Sum of RGB (Red+Green+Blue) = 19+112+155=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #13709B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13709B is #EC8F64. Grayscale: #585858. Windows color (decimal): -15503205 or 10186771. OLE color: 10186771.

HSL color Cylindrical-coordinate representation of color #13709B: hue angle of 198.97º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13709B is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 19 112 155 -
CMYK 0.88 0.28 0 0.39
HSL 198.97º 0.78% 0.34% -
HSV(B) 198.97º 0.88% 0.61% -
XYZ 11.98 14.09 33.1 -
YUV 89.1 165.19 78 -
System Red Green Blue C M Y K H S L
Decimal 19 112 155 0.88 0.28 0 0.39 198.97 0.78 0.34
Hex 13 70 9B 58 1C 0 27 C7 4E 22
Octal 23 160 233 130 34 0 47 307 116 42
Binary 10011 1110000 10011011 1011000 11100 0 100111 11000111 1001110 100010

Color Harmonies of #13709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13709B

Black with #13709B

Text Example


Text Example

White with #13709B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13709B; }

 p { color: rgb(19,112,155); }

 H1.HeaderClassName
 {
   color: #13709B;
 }
 .AnyTagClassName
 {
   color: #13709B;
 }
</style>

background-color css

<style>
 a { background-color: #13709B; }

 a { background-color: rgb(19,112,155); }

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

border-color css

<style>
 span { border-color: #13709B; }

 span { border-color: rgb(19,112,155); }

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