Html Css Color HEX #18769C Cerulean

📋 copy color: '#18769C'

red 24 ◦ green 118 ◦ blue 156

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

Shades of Cerulean #18769C

Tints of Cerulean #18769C

RGB

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

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

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

R = 8.05%
G = 39.6%
B = 52.35%

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

#18769C (or 0x18769C) is known color: Cerulean. HEX triplet: 18, 76 and 9C. RGB value is (24,118,156). Sum of RGB (Red+Green+Blue) = 24+118+156=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #18769C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18769C is #E78963. Grayscale: #5D5D5D. Windows color (decimal): -15173988 or 10253848. OLE color: 10253848.

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

Color convert

RGB 24 118 156 -
CMYK 0.85 0.24 0 0.39
HSL 197.27º 0.73% 0.35% -
HSV(B) 197.27º 0.85% 0.61% -
XYZ 12.86 15.55 33.78 -
YUV 94.23 162.86 77.91 -
System Red Green Blue C M Y K H S L
Decimal 24 118 156 0.85 0.24 0 0.39 197.27 0.73 0.35
Hex 18 76 9C 55 18 0 27 C5 49 23
Octal 30 166 234 125 30 0 47 305 111 43
Binary 11000 1110110 10011100 1010101 11000 0 100111 11000101 1001001 100011

Color Harmonies of #18769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18769C

Black with #18769C

Text Example


Text Example

White with #18769C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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