Html Css Color HEX #157298 Cerulean

📋 copy color: '#157298'

red 21 ◦ green 114 ◦ blue 152

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

Shades of Cerulean #157298

Tints of Cerulean #157298

RGB

 RED value IS 21 (8.59% from 255) = 7.32%

 GREEN value IS 114 (44.92% from 255) = 39.72%

 BLUE value IS 152 (59.77% from 255) = 52.96%

R = 7.32%
G = 39.72%
B = 52.96%

CMYK

 C value IS 0.86

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#157298 (or 0x157298) is known color: Cerulean. HEX triplet: 15, 72 and 98. RGB value is (21,114,152). Sum of RGB (Red+Green+Blue) = 21+114+152=287 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.32% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #157298 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157298 is #EA8D67. Grayscale: #5A5A5A. Windows color (decimal): -15371624 or 9990677. OLE color: 9990677.

HSL color Cylindrical-coordinate representation of color #157298: hue angle of 197.4º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #157298 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 21 114 152 -
CMYK 0.86 0.25 0 0.40
HSL 197.4º 0.76% 0.34% -
HSV(B) 197.4º 0.86% 0.6% -
XYZ 11.99 14.46 31.86 -
YUV 90.53 162.69 78.41 -
System Red Green Blue C M Y K H S L
Decimal 21 114 152 0.86 0.25 0 0.40 197.4 0.76 0.34
Hex 15 72 98 56 19 0 28 C5 4C 22
Octal 25 162 230 126 31 0 50 305 114 42
Binary 10101 1110010 10011000 1010110 11001 0 101000 11000101 1001100 100010

Color Harmonies of #157298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157298

Black with #157298

Text Example


Text Example

White with #157298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157298; }

 p { color: rgb(21,114,152); }

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

background-color css

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

 a { background-color: rgb(21,114,152); }

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

border-color css

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

 span { border-color: rgb(21,114,152); }

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