Html Css Color HEX #127FD1 Navy Blue

📋 copy color: '#127FD1'

red 18 ◦ green 127 ◦ blue 209

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

Shades of Navy Blue #127FD1

Tints of Navy Blue #127FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 59.04%

R = 5.08%
G = 35.88%
B = 59.04%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#127FD1 (or 0x127FD1) is known color: Navy Blue. HEX triplet: 12, 7F and D1. RGB value is (18,127,209). Sum of RGB (Red+Green+Blue) = 18+127+209=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 209 (82.03% from 255 or 59.04% from 354); Max value from RGB is 209 - color contains mainly: blue. Hex color #127FD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FD1 is #ED802E. Grayscale: #676767. Windows color (decimal): -15564847 or 13729554. OLE color: 13729554.

HSL color Cylindrical-coordinate representation of color #127FD1: hue angle of 205.76º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127FD1 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 127 209 -
CMYK 0.91 0.39 0 0.18
HSL 205.76º 0.84% 0.45% -
HSV(B) 205.76º 0.91% 0.82% -
XYZ 19.35 19.91 63.15 -
YUV 103.76 187.39 66.83 -
System Red Green Blue C M Y K H S L
Decimal 18 127 209 0.91 0.39 0 0.18 205.76 0.84 0.45
Hex 12 7F D1 5B 27 0 12 CE 54 2D
Octal 22 177 321 133 47 0 22 316 124 55
Binary 10010 1111111 11010001 1011011 100111 0 10010 11001110 1010100 101101

Color Harmonies of #127FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127FD1

Black with #127FD1

Text Example


Text Example

White with #127FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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