Html Css Color HEX #157FD0 Navy Blue

📋 copy color: '#157FD0'

red 21 ◦ green 127 ◦ blue 208

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

Shades of Navy Blue #157FD0

Tints of Navy Blue #157FD0

RGB

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

 GREEN value IS 127 (50% from 255) = 35.67%

 BLUE value IS 208 (81.64% from 255) = 58.43%

R = 5.9%
G = 35.67%
B = 58.43%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#157FD0 (or 0x157FD0) is known color: Navy Blue. HEX triplet: 15, 7F and D0. RGB value is (21,127,208). Sum of RGB (Red+Green+Blue) = 21+127+208=356 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.90% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 208 (81.64% from 255 or 58.43% from 356); Max value from RGB is 208 - color contains mainly: blue. Hex color #157FD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157FD0 is #EA802F. Grayscale: #686868. Windows color (decimal): -15368240 or 13664021. OLE color: 13664021.

HSL color Cylindrical-coordinate representation of color #157FD0: hue angle of 205.99º 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 #157FD0 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 21 127 208 -
CMYK 0.90 0.39 0 0.18
HSL 205.99º 0.82% 0.45% -
HSV(B) 205.99º 0.9% 0.82% -
XYZ 19.28 19.89 62.5 -
YUV 104.54 186.38 68.41 -
System Red Green Blue C M Y K H S L
Decimal 21 127 208 0.90 0.39 0 0.18 205.99 0.82 0.45
Hex 15 7F D0 5A 27 0 12 CE 52 2D
Octal 25 177 320 132 47 0 22 316 122 55
Binary 10101 1111111 11010000 1011010 100111 0 10010 11001110 1010010 101101

Color Harmonies of #157FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157FD0

Black with #157FD0

Text Example


Text Example

White with #157FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,127,208); }

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

background-color css

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

 a { background-color: rgb(21,127,208); }

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

border-color css

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

 span { border-color: rgb(21,127,208); }

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