Html Css Color HEX #157FDC Navy Blue

📋 copy color: '#157FDC'

red 21 ◦ green 127 ◦ blue 220

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

Shades of Navy Blue #157FDC

Tints of Navy Blue #157FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.78%

R = 5.71%
G = 34.51%
B = 59.78%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#157FDC (or 0x157FDC) is known color: Navy Blue. HEX triplet: 15, 7F and DC. RGB value is (21,127,220). Sum of RGB (Red+Green+Blue) = 21+127+220=368 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.71% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #157FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157FDC is #EA8023. Grayscale: #696969. Windows color (decimal): -15368228 or 14450453. OLE color: 14450453.

HSL color Cylindrical-coordinate representation of color #157FDC: hue angle of 208.04º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #157FDC is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 127 220 -
CMYK 0.90 0.42 0 0.14
HSL 208.04º 0.83% 0.47% -
HSV(B) 208.04º 0.9% 0.86% -
XYZ 20.82 20.51 70.57 -
YUV 105.91 192.38 67.44 -
System Red Green Blue C M Y K H S L
Decimal 21 127 220 0.90 0.42 0 0.14 208.04 0.83 0.47
Hex 15 7F DC 5A 2A 0 E D0 53 2F
Octal 25 177 334 132 52 0 16 320 123 57
Binary 10101 1111111 11011100 1011010 101010 0 1110 11010000 1010011 101111

Color Harmonies of #157FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157FDC

Black with #157FDC

Text Example


Text Example

White with #157FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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