Html Css Color HEX #127FD6 Navy Blue

📋 copy color: '#127FD6'

red 18 ◦ green 127 ◦ blue 214

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

Shades of Navy Blue #127FD6

Tints of Navy Blue #127FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 59.61%

R = 5.01%
G = 35.38%
B = 59.61%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#127FD6 (or 0x127FD6) is known color: Navy Blue. HEX triplet: 12, 7F and D6. RGB value is (18,127,214). Sum of RGB (Red+Green+Blue) = 18+127+214=359 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.01% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 214 (83.98% from 255 or 59.61% from 359); Max value from RGB is 214 - color contains mainly: blue. Hex color #127FD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FD6 is #ED8029. Grayscale: #676767. Windows color (decimal): -15564842 or 14057234. OLE color: 14057234.

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

Color convert

RGB 18 127 214 -
CMYK 0.92 0.41 0 0.16
HSL 206.63º 0.84% 0.45% -
HSV(B) 206.63º 0.92% 0.84% -
XYZ 19.98 20.16 66.46 -
YUV 104.33 189.89 66.43 -
System Red Green Blue C M Y K H S L
Decimal 18 127 214 0.92 0.41 0 0.16 206.63 0.84 0.45
Hex 12 7F D6 5C 29 0 10 CF 54 2D
Octal 22 177 326 134 51 0 20 317 124 55
Binary 10010 1111111 11010110 1011100 101001 0 10000 11001111 1010100 101101

Color Harmonies of #127FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127FD6

Black with #127FD6

Text Example


Text Example

White with #127FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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