Html Css Color HEX #127EDF Navy Blue

📋 copy color: '#127EDF'

red 18 ◦ green 126 ◦ blue 223

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

Shades of Navy Blue #127EDF

Tints of Navy Blue #127EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.76%

R = 4.9%
G = 34.33%
B = 60.76%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#127EDF (or 0x127EDF) is known color: Navy Blue. HEX triplet: 12, 7E and DF. RGB value is (18,126,223). Sum of RGB (Red+Green+Blue) = 18+126+223=367 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.90% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #127EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127EDF is #ED8120. Grayscale: #686868. Windows color (decimal): -15565089 or 14646802. OLE color: 14646802.

HSL color Cylindrical-coordinate representation of color #127EDF: hue angle of 208.39º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127EDF is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 126 223 -
CMYK 0.92 0.43 0 0.13
HSL 208.39º 0.85% 0.47% -
HSV(B) 208.39º 0.92% 0.87% -
XYZ 21.03 20.38 72.64 -
YUV 104.77 194.72 66.11 -
System Red Green Blue C M Y K H S L
Decimal 18 126 223 0.92 0.43 0 0.13 208.39 0.85 0.47
Hex 12 7E DF 5C 2B 0 D D0 55 2F
Octal 22 176 337 134 53 0 15 320 125 57
Binary 10010 1111110 11011111 1011100 101011 0 1101 11010000 1010101 101111

Color Harmonies of #127EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127EDF

Black with #127EDF

Text Example


Text Example

White with #127EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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