Html Css Color HEX #19769B Cerulean

📋 copy color: '#19769B'

red 25 ◦ green 118 ◦ blue 155

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

Shades of Cerulean #19769B

Tints of Cerulean #19769B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.6%

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

R = 8.39%
G = 39.6%
B = 52.01%

CMYK

 C value IS 0.84

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19769B (or 0x19769B) is known color: Cerulean. HEX triplet: 19, 76 and 9B. RGB value is (25,118,155). Sum of RGB (Red+Green+Blue) = 25+118+155=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #19769B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19769B is #E68964. Grayscale: #5E5E5E. Windows color (decimal): -15108453 or 10188313. OLE color: 10188313.

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

Color convert

RGB 25 118 155 -
CMYK 0.84 0.24 0 0.39
HSL 197.08º 0.72% 0.35% -
HSV(B) 197.08º 0.84% 0.61% -
XYZ 12.8 15.53 33.33 -
YUV 94.41 162.19 78.49 -
System Red Green Blue C M Y K H S L
Decimal 25 118 155 0.84 0.24 0 0.39 197.08 0.72 0.35
Hex 19 76 9B 54 18 0 27 C5 48 23
Octal 31 166 233 124 30 0 47 305 110 43
Binary 11001 1110110 10011011 1010100 11000 0 100111 11000101 1001000 100011

Color Harmonies of #19769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19769B

Black with #19769B

Text Example


Text Example

White with #19769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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