Html Css Color HEX #13799D Cerulean

📋 copy color: '#13799D'

red 19 ◦ green 121 ◦ blue 157

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

Shades of Cerulean #13799D

Tints of Cerulean #13799D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.74%

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

R = 6.4%
G = 40.74%
B = 52.86%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13799D (or 0x13799D) is known color: Cerulean. HEX triplet: 13, 79 and 9D. RGB value is (19,121,157). Sum of RGB (Red+Green+Blue) = 19+121+157=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #13799D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13799D is #EC8662. Grayscale: #5E5E5E. Windows color (decimal): -15500899 or 10320147. OLE color: 10320147.

HSL color Cylindrical-coordinate representation of color #13799D: hue angle of 195.65º 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 #13799D is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 121 157 -
CMYK 0.88 0.23 0 0.38
HSL 195.65º 0.78% 0.35% -
HSV(B) 195.65º 0.88% 0.62% -
XYZ 13.19 16.25 34.34 -
YUV 94.61 163.21 74.07 -
System Red Green Blue C M Y K H S L
Decimal 19 121 157 0.88 0.23 0 0.38 195.65 0.78 0.35
Hex 13 79 9D 58 17 0 26 C4 4E 23
Octal 23 171 235 130 27 0 46 304 116 43
Binary 10011 1111001 10011101 1011000 10111 0 100110 11000100 1001110 100011

Color Harmonies of #13799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13799D

Black with #13799D

Text Example


Text Example

White with #13799D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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