Html Css Color HEX #127EDB Navy Blue

📋 copy color: '#127EDB'

red 18 ◦ green 126 ◦ blue 219

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

Shades of Navy Blue #127EDB

Tints of Navy Blue #127EDB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.71%

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

R = 4.96%
G = 34.71%
B = 60.33%

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

#127EDB (or 0x127EDB) is known color: Navy Blue. HEX triplet: 12, 7E and DB. RGB value is (18,126,219). Sum of RGB (Red+Green+Blue) = 18+126+219=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #127EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127EDB is #ED8124. Grayscale: #676767. Windows color (decimal): -15565093 or 14384658. OLE color: 14384658.

HSL color Cylindrical-coordinate representation of color #127EDB: hue angle of 207.76º 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 #127EDB is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 126 219 -
CMYK 0.92 0.42 0 0.14
HSL 207.76º 0.85% 0.46% -
HSV(B) 207.76º 0.92% 0.86% -
XYZ 20.5 20.16 69.83 -
YUV 104.31 192.72 66.44 -
System Red Green Blue C M Y K H S L
Decimal 18 126 219 0.92 0.42 0 0.14 207.76 0.85 0.46
Hex 12 7E DB 5C 2A 0 E D0 55 2E
Octal 22 176 333 134 52 0 16 320 125 56
Binary 10010 1111110 11011011 1011100 101010 0 1110 11010000 1010101 101110

Color Harmonies of #127EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127EDB

Black with #127EDB

Text Example


Text Example

White with #127EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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