Html Css Color HEX #18799F Cerulean

📋 copy color: '#18799F'

red 24 ◦ green 121 ◦ blue 159

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

Shades of Cerulean #18799F

Tints of Cerulean #18799F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.8%

 BLUE value IS 159 (62.5% from 255) = 52.3%

R = 7.89%
G = 39.8%
B = 52.3%

CMYK

 C value IS 0.85

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18799F (or 0x18799F) is known color: Cerulean. HEX triplet: 18, 79 and 9F. RGB value is (24,121,159). Sum of RGB (Red+Green+Blue) = 24+121+159=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #18799F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18799F is #E78660. Grayscale: #606060. Windows color (decimal): -15173217 or 10451224. OLE color: 10451224.

HSL color Cylindrical-coordinate representation of color #18799F: hue angle of 196.89º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18799F is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 121 159 -
CMYK 0.85 0.24 0 0.38
HSL 196.89º 0.74% 0.36% -
HSV(B) 196.89º 0.85% 0.62% -
XYZ 13.47 16.37 35.25 -
YUV 96.33 163.36 76.41 -
System Red Green Blue C M Y K H S L
Decimal 24 121 159 0.85 0.24 0 0.38 196.89 0.74 0.36
Hex 18 79 9F 55 18 0 26 C5 4A 24
Octal 30 171 237 125 30 0 46 305 112 44
Binary 11000 1111001 10011111 1010101 11000 0 100110 11000101 1001010 100100

Color Harmonies of #18799F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18799F

Black with #18799F

Text Example


Text Example

White with #18799F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18799F; }

 p { color: rgb(24,121,159); }

 H1.HeaderClassName
 {
   color: #18799F;
 }
 .AnyTagClassName
 {
   color: #18799F;
 }
</style>

background-color css

<style>
 a { background-color: #18799F; }

 a { background-color: rgb(24,121,159); }

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

border-color css

<style>
 span { border-color: #18799F; }

 span { border-color: rgb(24,121,159); }

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