Html Css Color HEX #13759A Cerulean

📋 copy color: '#13759A'

red 19 ◦ green 117 ◦ blue 154

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

Shades of Cerulean #13759A

Tints of Cerulean #13759A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 53.1%

R = 6.55%
G = 40.34%
B = 53.1%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#13759A (or 0x13759A) is known color: Cerulean. HEX triplet: 13, 75 and 9A. RGB value is (19,117,154). Sum of RGB (Red+Green+Blue) = 19+117+154=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #13759A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13759A is #EC8A65. Grayscale: #5B5B5B. Windows color (decimal): -15501926 or 10122515. OLE color: 10122515.

HSL color Cylindrical-coordinate representation of color #13759A: hue angle of 196.44º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13759A is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 117 154 -
CMYK 0.88 0.24 0 0.40
HSL 196.44º 0.78% 0.34% -
HSV(B) 196.44º 0.88% 0.6% -
XYZ 12.46 15.19 32.85 -
YUV 91.92 163.03 75.99 -
System Red Green Blue C M Y K H S L
Decimal 19 117 154 0.88 0.24 0 0.40 196.44 0.78 0.34
Hex 13 75 9A 58 18 0 28 C4 4E 22
Octal 23 165 232 130 30 0 50 304 116 42
Binary 10011 1110101 10011010 1011000 11000 0 101000 11000100 1001110 100010

Color Harmonies of #13759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13759A

Black with #13759A

Text Example


Text Example

White with #13759A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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