Html Css Color HEX #157FCF Navy Blue

📋 copy color: '#157FCF'

red 21 ◦ green 127 ◦ blue 207

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

Shades of Navy Blue #157FCF

Tints of Navy Blue #157FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.31%

R = 5.92%
G = 35.77%
B = 58.31%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#157FCF (or 0x157FCF) is known color: Navy Blue. HEX triplet: 15, 7F and CF. RGB value is (21,127,207). Sum of RGB (Red+Green+Blue) = 21+127+207=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #157FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157FCF is #EA8030. Grayscale: #676767. Windows color (decimal): -15368241 or 13598485. OLE color: 13598485.

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

Color convert

RGB 21 127 207 -
CMYK 0.90 0.39 0 0.19
HSL 205.81º 0.82% 0.45% -
HSV(B) 205.81º 0.9% 0.81% -
XYZ 19.16 19.84 61.85 -
YUV 104.43 185.88 68.5 -
System Red Green Blue C M Y K H S L
Decimal 21 127 207 0.90 0.39 0 0.19 205.81 0.82 0.45
Hex 15 7F CF 5A 27 0 13 CE 52 2D
Octal 25 177 317 132 47 0 23 316 122 55
Binary 10101 1111111 11001111 1011010 100111 0 10011 11001110 1010010 101101

Color Harmonies of #157FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157FCF

Black with #157FCF

Text Example


Text Example

White with #157FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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