Html Css Color HEX #13759C Cerulean

📋 copy color: '#13759C'

red 19 ◦ green 117 ◦ blue 156

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

Shades of Cerulean #13759C

Tints of Cerulean #13759C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.07%

 BLUE value IS 156 (61.33% from 255) = 53.42%

R = 6.51%
G = 40.07%
B = 53.42%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13759C (or 0x13759C) is known color: Cerulean. HEX triplet: 13, 75 and 9C. RGB value is (19,117,156). Sum of RGB (Red+Green+Blue) = 19+117+156=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #13759C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13759C is #EC8A63. Grayscale: #5B5B5B. Windows color (decimal): -15501924 or 10253587. OLE color: 10253587.

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

Color convert

RGB 19 117 156 -
CMYK 0.88 0.25 0 0.39
HSL 197.08º 0.78% 0.34% -
HSV(B) 197.08º 0.88% 0.61% -
XYZ 12.63 15.26 33.73 -
YUV 92.14 164.03 75.83 -
System Red Green Blue C M Y K H S L
Decimal 19 117 156 0.88 0.25 0 0.39 197.08 0.78 0.34
Hex 13 75 9C 58 19 0 27 C5 4E 22
Octal 23 165 234 130 31 0 47 305 116 42
Binary 10011 1110101 10011100 1011000 11001 0 100111 11000101 1001110 100010

Color Harmonies of #13759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13759C

Black with #13759C

Text Example


Text Example

White with #13759C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,117,156); }

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

background-color css

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

 a { background-color: rgb(19,117,156); }

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

border-color css

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

 span { border-color: rgb(19,117,156); }

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