#157A9D

Color #157A9D Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #157A9D

Tints of Cerulean #157A9D

Color information

#157A9D (or 0x157A9D) is unknown color: approx Cerulean. HEX triplet: 15, 7A and 9D. RGB value is (21,122,157). Sum of RGB (Red+Green+Blue) = 21+122+157=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #157A9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157A9D is #EA8562. Grayscale: #5F5F5F. Windows color (decimal): -15369571 or 10320405. OLE color: 10320405.

HSL color Cylindrical-coordinate representation of color #157A9D: hue angle of 195.44º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #157A9D is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB21122157-
CMYK0.870.2200.38
HSL195.44º76.4%34.9%-
HSV(B)195.44º86.62%61.57%-
XYZ13.3516.5134.38-
YUV95.79162.5474.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7%
GREEN value IS 122 (48.05% from 255) = 40.67%
BLUE value IS 157 (61.72% from 255) = 52.33%
R=7%
G=40.67%
B=52.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal211221570.870.2200.38195.4476.434.9
Hex157A9D5716026c34c23
Octal251722351272604630311443
Binary101011111010100111011010111101100100110110000111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,122,157); }

 H1.HeaderClassName
 {
   color: #157A9D;
 }
 .AnyTagClassName
 {
   color: #157A9D;
 }
</style>
background-color css

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

 a { background-color: rgb(21,122,157); }

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

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

 span { border-color: rgb(21,122,157); }

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