Html Css Color HEX #157FCE Navy Blue

📋 copy color: '#157FCE'

red 21 ◦ green 127 ◦ blue 206

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

Shades of Navy Blue #157FCE

Tints of Navy Blue #157FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.19%

R = 5.93%
G = 35.88%
B = 58.19%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#157FCE (or 0x157FCE) is known color: Navy Blue. HEX triplet: 15, 7F and CE. RGB value is (21,127,206). Sum of RGB (Red+Green+Blue) = 21+127+206=354 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.93% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #157FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157FCE is #EA8031. Grayscale: #676767. Windows color (decimal): -15368242 or 13532949. OLE color: 13532949.

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

Color convert

RGB 21 127 206 -
CMYK 0.90 0.38 0 0.19
HSL 205.62º 0.81% 0.45% -
HSV(B) 205.62º 0.9% 0.81% -
XYZ 19.04 19.79 61.21 -
YUV 104.31 185.38 68.58 -
System Red Green Blue C M Y K H S L
Decimal 21 127 206 0.90 0.38 0 0.19 205.62 0.81 0.45
Hex 15 7F CE 5A 26 0 13 CE 51 2D
Octal 25 177 316 132 46 0 23 316 121 55
Binary 10101 1111111 11001110 1011010 100110 0 10011 11001110 1010001 101101

Color Harmonies of #157FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157FCE

Black with #157FCE

Text Example


Text Example

White with #157FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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