Html Css Color HEX #19779B Cerulean

📋 copy color: '#19779B'

red 25 ◦ green 119 ◦ blue 155

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

Shades of Cerulean #19779B

Tints of Cerulean #19779B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.8%

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

R = 8.36%
G = 39.8%
B = 51.84%

CMYK

 C value IS 0.84

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19779B (or 0x19779B) is known color: Cerulean. HEX triplet: 19, 77 and 9B. RGB value is (25,119,155). Sum of RGB (Red+Green+Blue) = 25+119+155=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #19779B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19779B is #E68864. Grayscale: #5E5E5E. Windows color (decimal): -15108197 or 10188569. OLE color: 10188569.

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

Color convert

RGB 25 119 155 -
CMYK 0.84 0.23 0 0.39
HSL 196.62º 0.72% 0.35% -
HSV(B) 196.62º 0.84% 0.61% -
XYZ 12.91 15.77 33.37 -
YUV 95 161.86 78.07 -
System Red Green Blue C M Y K H S L
Decimal 25 119 155 0.84 0.23 0 0.39 196.62 0.72 0.35
Hex 19 77 9B 54 17 0 27 C5 48 23
Octal 31 167 233 124 27 0 47 305 110 43
Binary 11001 1110111 10011011 1010100 10111 0 100111 11000101 1001000 100011

Color Harmonies of #19779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19779B

Black with #19779B

Text Example


Text Example

White with #19779B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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