Html Css Color HEX #157499 Cerulean

📋 copy color: '#157499'

red 21 ◦ green 116 ◦ blue 153

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

Shades of Cerulean #157499

Tints of Cerulean #157499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.76%

R = 7.24%
G = 40%
B = 52.76%

CMYK

 C value IS 0.86

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#157499 (or 0x157499) is known color: Cerulean. HEX triplet: 15, 74 and 99. RGB value is (21,116,153). Sum of RGB (Red+Green+Blue) = 21+116+153=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #157499 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157499 is #EA8B66. Grayscale: #5B5B5B. Windows color (decimal): -15371111 or 10056725. OLE color: 10056725.

HSL color Cylindrical-coordinate representation of color #157499: hue angle of 196.82º 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 #157499 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 21 116 153 -
CMYK 0.86 0.24 0 0.4
HSL 196.82º 0.76% 0.34% -
HSV(B) 196.82º 0.86% 0.6% -
XYZ 12.3 14.95 32.37 -
YUV 91.81 162.53 77.49 -
System Red Green Blue C M Y K H S L
Decimal 21 116 153 0.86 0.24 0 0.4 196.82 0.76 0.34
Hex 15 74 99 56 18 0 28 C5 4C 22
Octal 25 164 231 126 30 0 50 305 114 42
Binary 10101 1110100 10011001 1010110 11000 0 101000 11000101 1001100 100010

Color Harmonies of #157499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157499

Black with #157499

Text Example


Text Example

White with #157499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157499; }

 p { color: rgb(21,116,153); }

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

background-color css

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

 a { background-color: rgb(21,116,153); }

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

border-color css

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

 span { border-color: rgb(21,116,153); }

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