Html Css Color HEX #157DD2 Navy Blue

📋 copy color: '#157DD2'

red 21 ◦ green 125 ◦ blue 210

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

Shades of Navy Blue #157DD2

Tints of Navy Blue #157DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 58.99%

R = 5.9%
G = 35.11%
B = 58.99%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#157DD2 (or 0x157DD2) is known color: Navy Blue. HEX triplet: 15, 7D and D2. RGB value is (21,125,210). Sum of RGB (Red+Green+Blue) = 21+125+210=356 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.90% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 210 (82.42% from 255 or 58.99% from 356); Max value from RGB is 210 - color contains mainly: blue. Hex color #157DD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157DD2 is #EA822D. Grayscale: #676767. Windows color (decimal): -15368750 or 13794581. OLE color: 13794581.

HSL color Cylindrical-coordinate representation of color #157DD2: hue angle of 206.98º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #157DD2 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 21 125 210 -
CMYK 0.90 0.40 0 0.18
HSL 206.98º 0.82% 0.45% -
HSV(B) 206.98º 0.9% 0.82% -
XYZ 19.28 19.48 63.72 -
YUV 103.59 188.04 69.09 -
System Red Green Blue C M Y K H S L
Decimal 21 125 210 0.90 0.40 0 0.18 206.98 0.82 0.45
Hex 15 7D D2 5A 28 0 12 CF 52 2D
Octal 25 175 322 132 50 0 22 317 122 55
Binary 10101 1111101 11010010 1011010 101000 0 10010 11001111 1010010 101101

Color Harmonies of #157DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157DD2

Black with #157DD2

Text Example


Text Example

White with #157DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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