Html Css Color HEX #13709D Cerulean

📋 copy color: '#13709D'

red 19 ◦ green 112 ◦ blue 157

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

Shades of Cerulean #13709D

Tints of Cerulean #13709D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 54.51%

R = 6.6%
G = 38.89%
B = 54.51%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13709D (or 0x13709D) is known color: Cerulean. HEX triplet: 13, 70 and 9D. RGB value is (19,112,157). Sum of RGB (Red+Green+Blue) = 19+112+157=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #13709D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13709D is #EC8F62. Grayscale: #595959. Windows color (decimal): -15503203 or 10317843. OLE color: 10317843.

HSL color Cylindrical-coordinate representation of color #13709D: hue angle of 199.57º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13709D is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 112 157 -
CMYK 0.88 0.29 0 0.38
HSL 199.57º 0.78% 0.35% -
HSV(B) 199.57º 0.88% 0.62% -
XYZ 12.15 14.16 33.99 -
YUV 89.32 166.19 77.84 -
System Red Green Blue C M Y K H S L
Decimal 19 112 157 0.88 0.29 0 0.38 199.57 0.78 0.35
Hex 13 70 9D 58 1D 0 26 C8 4E 23
Octal 23 160 235 130 35 0 46 310 116 43
Binary 10011 1110000 10011101 1011000 11101 0 100110 11001000 1001110 100011

Color Harmonies of #13709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13709D

Black with #13709D

Text Example


Text Example

White with #13709D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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