Html Css Color HEX #19759B Cerulean

📋 copy color: '#19759B'

red 25 ◦ green 117 ◦ blue 155

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

Shades of Cerulean #19759B

Tints of Cerulean #19759B

RGB

 RED value IS 25 (10.16% from 255) = 8.42%

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

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

R = 8.42%
G = 39.39%
B = 52.19%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19759B (or 0x19759B) is known color: Cerulean. HEX triplet: 19, 75 and 9B. RGB value is (25,117,155). Sum of RGB (Red+Green+Blue) = 25+117+155=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #19759B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19759B is #E68A64. Grayscale: #5D5D5D. Windows color (decimal): -15108709 or 10188057. OLE color: 10188057.

HSL color Cylindrical-coordinate representation of color #19759B: hue angle of 197.54º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19759B is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 117 155 -
CMYK 0.84 0.25 0 0.39
HSL 197.54º 0.72% 0.35% -
HSV(B) 197.54º 0.84% 0.61% -
XYZ 12.68 15.3 33.29 -
YUV 93.82 162.52 78.91 -
System Red Green Blue C M Y K H S L
Decimal 25 117 155 0.84 0.25 0 0.39 197.54 0.72 0.35
Hex 19 75 9B 54 19 0 27 C6 48 23
Octal 31 165 233 124 31 0 47 306 110 43
Binary 11001 1110101 10011011 1010100 11001 0 100111 11000110 1001000 100011

Color Harmonies of #19759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19759B

Black with #19759B

Text Example


Text Example

White with #19759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,117,155); }

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

background-color css

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

 a { background-color: rgb(25,117,155); }

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

border-color css

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

 span { border-color: rgb(25,117,155); }

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