Html Css Color HEX #18779C Cerulean

📋 copy color: '#18779C'

red 24 ◦ green 119 ◦ blue 156

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

Shades of Cerulean #18779C

Tints of Cerulean #18779C

RGB

 RED value IS 24 (9.77% from 255) = 8.03%

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

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

R = 8.03%
G = 39.8%
B = 52.17%

CMYK

 C value IS 0.85

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18779C (or 0x18779C) is known color: Cerulean. HEX triplet: 18, 77 and 9C. RGB value is (24,119,156). Sum of RGB (Red+Green+Blue) = 24+119+156=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #18779C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18779C is #E78863. Grayscale: #5E5E5E. Windows color (decimal): -15173732 or 10254104. OLE color: 10254104.

HSL color Cylindrical-coordinate representation of color #18779C: hue angle of 196.82º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18779C is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 119 156 -
CMYK 0.85 0.24 0 0.39
HSL 196.82º 0.73% 0.35% -
HSV(B) 196.82º 0.85% 0.61% -
XYZ 12.97 15.79 33.82 -
YUV 94.81 162.53 77.49 -
System Red Green Blue C M Y K H S L
Decimal 24 119 156 0.85 0.24 0 0.39 196.82 0.73 0.35
Hex 18 77 9C 55 18 0 27 C5 49 23
Octal 30 167 234 125 30 0 47 305 111 43
Binary 11000 1110111 10011100 1010101 11000 0 100111 11000101 1001001 100011

Color Harmonies of #18779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18779C

Black with #18779C

Text Example


Text Example

White with #18779C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,119,156); }

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

background-color css

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

 a { background-color: rgb(24,119,156); }

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

border-color css

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

 span { border-color: rgb(24,119,156); }

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