Html Css Color HEX #127FDB Navy Blue

📋 copy color: '#127FDB'

red 18 ◦ green 127 ◦ blue 219

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

Shades of Navy Blue #127FDB

Tints of Navy Blue #127FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60.16%

R = 4.95%
G = 34.89%
B = 60.16%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#127FDB (or 0x127FDB) is known color: Navy Blue. HEX triplet: 12, 7F and DB. RGB value is (18,127,219). Sum of RGB (Red+Green+Blue) = 18+127+219=364 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.95% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #127FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FDB is #ED8024. Grayscale: #686868. Windows color (decimal): -15564837 or 14384914. OLE color: 14384914.

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

Color convert

RGB 18 127 219 -
CMYK 0.92 0.42 0 0.14
HSL 207.46º 0.85% 0.46% -
HSV(B) 207.46º 0.92% 0.86% -
XYZ 20.63 20.42 69.87 -
YUV 104.9 192.39 66.02 -
System Red Green Blue C M Y K H S L
Decimal 18 127 219 0.92 0.42 0 0.14 207.46 0.85 0.46
Hex 12 7F DB 5C 2A 0 E CF 55 2E
Octal 22 177 333 134 52 0 16 317 125 56
Binary 10010 1111111 11011011 1011100 101010 0 1110 11001111 1010101 101110

Color Harmonies of #127FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127FDB

Black with #127FDB

Text Example


Text Example

White with #127FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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