Html Css Color HEX #127EE1 Navy Blue

📋 copy color: '#127EE1'

red 18 ◦ green 126 ◦ blue 225

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

Shades of Navy Blue #127EE1

Tints of Navy Blue #127EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 60.98%

R = 4.88%
G = 34.15%
B = 60.98%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#127EE1 (or 0x127EE1) is known color: Navy Blue. HEX triplet: 12, 7E and E1. RGB value is (18,126,225). Sum of RGB (Red+Green+Blue) = 18+126+225=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 225 (88.28% from 255 or 60.98% from 369); Max value from RGB is 225 - color contains mainly: blue. Hex color #127EE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127EE1 is #ED811E. Grayscale: #686868. Windows color (decimal): -15565087 or 14777874. OLE color: 14777874.

HSL color Cylindrical-coordinate representation of color #127EE1: hue angle of 208.7º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127EE1 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 18 126 225 -
CMYK 0.92 0.44 0 0.12
HSL 208.7º 0.85% 0.48% -
HSV(B) 208.7º 0.92% 0.88% -
XYZ 21.3 20.49 74.07 -
YUV 104.99 195.72 65.95 -
System Red Green Blue C M Y K H S L
Decimal 18 126 225 0.92 0.44 0 0.12 208.7 0.85 0.48
Hex 12 7E E1 5C 2C 0 C D1 55 30
Octal 22 176 341 134 54 0 14 321 125 60
Binary 10010 1111110 11100001 1011100 101100 0 1100 11010001 1010101 110000

Color Harmonies of #127EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127EE1

Black with #127EE1

Text Example


Text Example

White with #127EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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