Html Css Color HEX #13799B Cerulean

📋 copy color: '#13799B'

red 19 ◦ green 121 ◦ blue 155

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

Shades of Cerulean #13799B

Tints of Cerulean #13799B

RGB

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

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

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

R = 6.44%
G = 41.02%
B = 52.54%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13799B (or 0x13799B) is known color: Cerulean. HEX triplet: 13, 79 and 9B. RGB value is (19,121,155). Sum of RGB (Red+Green+Blue) = 19+121+155=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #13799B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13799B is #EC8664. Grayscale: #5E5E5E. Windows color (decimal): -15500901 or 10189075. OLE color: 10189075.

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

Color convert

RGB 19 121 155 -
CMYK 0.88 0.22 0 0.39
HSL 195º 0.78% 0.34% -
HSV(B) 195º 0.88% 0.61% -
XYZ 13.02 16.18 33.45 -
YUV 94.38 162.21 74.24 -
System Red Green Blue C M Y K H S L
Decimal 19 121 155 0.88 0.22 0 0.39 195 0.78 0.34
Hex 13 79 9B 58 16 0 27 C3 4E 22
Octal 23 171 233 130 26 0 47 303 116 42
Binary 10011 1111001 10011011 1011000 10110 0 100111 11000011 1001110 100010

Color Harmonies of #13799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13799B

Black with #13799B

Text Example


Text Example

White with #13799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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