Html Css Color HEX #157DAA Cerulean

📋 copy color: '#157DAA'

red 21 ◦ green 125 ◦ blue 170

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

Shades of Cerulean #157DAA

Tints of Cerulean #157DAA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.56%

 BLUE value IS 170 (66.8% from 255) = 53.8%

R = 6.65%
G = 39.56%
B = 53.8%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#157DAA (or 0x157DAA) is known color: Cerulean. HEX triplet: 15, 7D and AA. RGB value is (21,125,170). Sum of RGB (Red+Green+Blue) = 21+125+170=316 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.65% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #157DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157DAA is #EA8255. Grayscale: #626262. Windows color (decimal): -15368790 or 11173141. OLE color: 11173141.

HSL color Cylindrical-coordinate representation of color #157DAA: hue angle of 198.12º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #157DAA is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 125 170 -
CMYK 0.88 0.26 0 0.33
HSL 198.12º 0.78% 0.37% -
HSV(B) 198.12º 0.88% 0.67% -
XYZ 14.9 17.73 40.67 -
YUV 99.03 168.04 72.34 -
System Red Green Blue C M Y K H S L
Decimal 21 125 170 0.88 0.26 0 0.33 198.12 0.78 0.37
Hex 15 7D AA 58 1A 0 21 C6 4E 25
Octal 25 175 252 130 32 0 41 306 116 45
Binary 10101 1111101 10101010 1011000 11010 0 100001 11000110 1001110 100101

Color Harmonies of #157DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157DAA

Black with #157DAA

Text Example


Text Example

White with #157DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157DAA; }

 p { color: rgb(21,125,170); }

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

background-color css

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

 a { background-color: rgb(21,125,170); }

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

border-color css

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

 span { border-color: rgb(21,125,170); }

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