Html Css Color HEX #18749C Cerulean

📋 copy color: '#18749C'

red 24 ◦ green 116 ◦ blue 156

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

Shades of Cerulean #18749C

Tints of Cerulean #18749C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.19%

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

R = 8.11%
G = 39.19%
B = 52.7%

CMYK

 C value IS 0.85

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18749C (or 0x18749C) is known color: Cerulean. HEX triplet: 18, 74 and 9C. RGB value is (24,116,156). Sum of RGB (Red+Green+Blue) = 24+116+156=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #18749C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18749C is #E78B63. Grayscale: #5C5C5C. Windows color (decimal): -15174500 or 10253336. OLE color: 10253336.

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

Color convert

RGB 24 116 156 -
CMYK 0.85 0.26 0 0.39
HSL 198.18º 0.73% 0.35% -
HSV(B) 198.18º 0.85% 0.61% -
XYZ 12.62 15.09 33.7 -
YUV 93.05 163.52 78.75 -
System Red Green Blue C M Y K H S L
Decimal 24 116 156 0.85 0.26 0 0.39 198.18 0.73 0.35
Hex 18 74 9C 55 1A 0 27 C6 49 23
Octal 30 164 234 125 32 0 47 306 111 43
Binary 11000 1110100 10011100 1010101 11010 0 100111 11000110 1001001 100011

Color Harmonies of #18749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18749C

Black with #18749C

Text Example


Text Example

White with #18749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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