Html Css Color HEX #127ADD Navy Blue

📋 copy color: '#127ADD'

red 18 ◦ green 122 ◦ blue 221

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

Shades of Navy Blue #127ADD

Tints of Navy Blue #127ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.22%

R = 4.99%
G = 33.8%
B = 61.22%

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

#127ADD (or 0x127ADD) is known color: Navy Blue. HEX triplet: 12, 7A and DD. RGB value is (18,122,221). Sum of RGB (Red+Green+Blue) = 18+122+221=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #127ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127ADD is #ED8522. Grayscale: #656565. Windows color (decimal): -15566115 or 14514706. OLE color: 14514706.

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

Color convert

RGB 18 122 221 -
CMYK 0.92 0.45 0 0.13
HSL 209.26º 0.85% 0.47% -
HSV(B) 209.26º 0.92% 0.87% -
XYZ 20.26 19.27 71.06 -
YUV 102.19 195.04 67.95 -
System Red Green Blue C M Y K H S L
Decimal 18 122 221 0.92 0.45 0 0.13 209.26 0.85 0.47
Hex 12 7A DD 5C 2D 0 D D1 55 2F
Octal 22 172 335 134 55 0 15 321 125 57
Binary 10010 1111010 11011101 1011100 101101 0 1101 11010001 1010101 101111

Color Harmonies of #127ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127ADD

Black with #127ADD

Text Example


Text Example

White with #127ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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