Html Css Color HEX #127FD8 Navy Blue

📋 copy color: '#127FD8'

red 18 ◦ green 127 ◦ blue 216

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

Shades of Navy Blue #127FD8

Tints of Navy Blue #127FD8

RGB

 RED value IS 18 (7.42% from 255) = 4.99%

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

 BLUE value IS 216 (84.77% from 255) = 59.83%

R = 4.99%
G = 35.18%
B = 59.83%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#127FD8 (or 0x127FD8) is known color: Navy Blue. HEX triplet: 12, 7F and D8. RGB value is (18,127,216). Sum of RGB (Red+Green+Blue) = 18+127+216=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 216 (84.77% from 255 or 59.83% from 361); Max value from RGB is 216 - color contains mainly: blue. Hex color #127FD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FD8 is #ED8027. Grayscale: #686868. Windows color (decimal): -15564840 or 14188306. OLE color: 14188306.

HSL color Cylindrical-coordinate representation of color #127FD8: hue angle of 206.97º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127FD8 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 127 216 -
CMYK 0.92 0.41 0 0.15
HSL 206.97º 0.85% 0.46% -
HSV(B) 206.97º 0.92% 0.85% -
XYZ 20.23 20.27 67.81 -
YUV 104.56 190.89 66.26 -
System Red Green Blue C M Y K H S L
Decimal 18 127 216 0.92 0.41 0 0.15 206.97 0.85 0.46
Hex 12 7F D8 5C 29 0 F CF 55 2E
Octal 22 177 330 134 51 0 17 317 125 56
Binary 10010 1111111 11011000 1011100 101001 0 1111 11001111 1010101 101110

Color Harmonies of #127FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127FD8

Black with #127FD8

Text Example


Text Example

White with #127FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127FD8; }

 p { color: rgb(18,127,216); }

 H1.HeaderClassName
 {
   color: #127FD8;
 }
 .AnyTagClassName
 {
   color: #127FD8;
 }
</style>

background-color css

<style>
 a { background-color: #127FD8; }

 a { background-color: rgb(18,127,216); }

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

border-color css

<style>
 span { border-color: #127FD8; }

 span { border-color: rgb(18,127,216); }

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