Html Css Color HEX #157FCD Navy Blue

📋 copy color: '#157FCD'

red 21 ◦ green 127 ◦ blue 205

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

Shades of Navy Blue #157FCD

Tints of Navy Blue #157FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.07%

R = 5.95%
G = 35.98%
B = 58.07%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#157FCD (or 0x157FCD) is known color: Navy Blue. HEX triplet: 15, 7F and CD. RGB value is (21,127,205). Sum of RGB (Red+Green+Blue) = 21+127+205=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #157FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157FCD is #EA8032. Grayscale: #676767. Windows color (decimal): -15368243 or 13467413. OLE color: 13467413.

HSL color Cylindrical-coordinate representation of color #157FCD: hue angle of 205.43º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #157FCD is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 127 205 -
CMYK 0.90 0.38 0 0.20
HSL 205.43º 0.81% 0.44% -
HSV(B) 205.43º 0.9% 0.8% -
XYZ 18.92 19.75 60.57 -
YUV 104.2 184.88 68.66 -
System Red Green Blue C M Y K H S L
Decimal 21 127 205 0.90 0.38 0 0.20 205.43 0.81 0.44
Hex 15 7F CD 5A 26 0 14 CD 51 2C
Octal 25 177 315 132 46 0 24 315 121 54
Binary 10101 1111111 11001101 1011010 100110 0 10100 11001101 1010001 101100

Color Harmonies of #157FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157FCD

Black with #157FCD

Text Example


Text Example

White with #157FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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