Html Css Color HEX #157FC9 Navy Blue

📋 copy color: '#157FC9'

red 21 ◦ green 127 ◦ blue 201

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

Shades of Navy Blue #157FC9

Tints of Navy Blue #157FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 57.59%

R = 6.02%
G = 36.39%
B = 57.59%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#157FC9 (or 0x157FC9) is known color: Navy Blue. HEX triplet: 15, 7F and C9. RGB value is (21,127,201). Sum of RGB (Red+Green+Blue) = 21+127+201=349 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.02% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 201 (78.91% from 255 or 57.59% from 349); Max value from RGB is 201 - color contains mainly: blue. Hex color #157FC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157FC9 is #EA8036. Grayscale: #676767. Windows color (decimal): -15368247 or 13205269. OLE color: 13205269.

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

Color convert

RGB 21 127 201 -
CMYK 0.90 0.37 0 0.21
HSL 204.67º 0.81% 0.44% -
HSV(B) 204.67º 0.9% 0.79% -
XYZ 18.44 19.56 58.06 -
YUV 103.74 182.88 68.98 -
System Red Green Blue C M Y K H S L
Decimal 21 127 201 0.90 0.37 0 0.21 204.67 0.81 0.44
Hex 15 7F C9 5A 25 0 15 CD 51 2C
Octal 25 177 311 132 45 0 25 315 121 54
Binary 10101 1111111 11001001 1011010 100101 0 10101 11001101 1010001 101100

Color Harmonies of #157FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157FC9

Black with #157FC9

Text Example


Text Example

White with #157FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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