Html Css Color HEX #127ADE Navy Blue

📋 copy color: '#127ADE'

red 18 ◦ green 122 ◦ blue 222

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

Shades of Navy Blue #127ADE

Tints of Navy Blue #127ADE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.7%

 BLUE value IS 222 (87.11% from 255) = 61.33%

R = 4.97%
G = 33.7%
B = 61.33%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#127ADE (or 0x127ADE) is known color: Navy Blue. HEX triplet: 12, 7A and DE. RGB value is (18,122,222). Sum of RGB (Red+Green+Blue) = 18+122+222=362 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.97% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #127ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127ADE is #ED8521. Grayscale: #656565. Windows color (decimal): -15566114 or 14580242. OLE color: 14580242.

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

Color convert

RGB 18 122 222 -
CMYK 0.92 0.45 0 0.13
HSL 209.41º 0.85% 0.47% -
HSV(B) 209.41º 0.92% 0.87% -
XYZ 20.39 19.32 71.76 -
YUV 102.3 195.54 67.87 -
System Red Green Blue C M Y K H S L
Decimal 18 122 222 0.92 0.45 0 0.13 209.41 0.85 0.47
Hex 12 7A DE 5C 2D 0 D D1 55 2F
Octal 22 172 336 134 55 0 15 321 125 57
Binary 10010 1111010 11011110 1011100 101101 0 1101 11010001 1010101 101111

Color Harmonies of #127ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127ADE

Black with #127ADE

Text Example


Text Example

White with #127ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,122,222); }

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

background-color css

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

 a { background-color: rgb(18,122,222); }

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

border-color css

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

 span { border-color: rgb(18,122,222); }

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