#157CDE

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

Shades of Navy Blue #157CDE

Tints of Navy Blue #157CDE

Color information

#157CDE (or 0x157CDE) is unknown color: approx Navy Blue. HEX triplet: 15, 7C and DE. RGB value is (21,124,222). Sum of RGB (Red+Green+Blue) = 21+124+222=367 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.72% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 222 (87.11% from 255 or 60.49% from 367); Max value from RGB is 222 - color contains mainly: blue. Hex color #157CDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157CDE is #EA8321. Grayscale: #676767. Windows color (decimal): -15368994 or 14580757. OLE color: 14580757.

HSL color Cylindrical-coordinate representation of color #157CDE: hue angle of 209.25º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157CDE is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21124222-
CMYK0.910.4400.13
HSL209.25º82.72%47.65%-
HSV(B)209.25º90.54%87.06%-
XYZ20.719.8571.85-
YUV104.38194.3868.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.72%
GREEN value IS 124 (48.83% from 255) = 33.79%
BLUE value IS 222 (87.11% from 255) = 60.49%
R=5.72%
G=33.79%
B=60.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal211242220.910.4400.13209.2582.7247.65
Hex157CDE5B2C0Dd15330
Octal251743361335401532112360
Binary10101111110011011110101101110110001101110100011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,124,222); }

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

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

 a { background-color: rgb(21,124,222); }

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

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

 span { border-color: rgb(21,124,222); }

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