Html Css Color HEX #127ADB Navy Blue

📋 copy color: '#127ADB'

red 18 ◦ green 122 ◦ blue 219

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

Shades of Navy Blue #127ADB

Tints of Navy Blue #127ADB

RGB

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

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

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

R = 5.01%
G = 33.98%
B = 61%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#127ADB (or 0x127ADB) is known color: Navy Blue. HEX triplet: 12, 7A and DB. RGB value is (18,122,219). Sum of RGB (Red+Green+Blue) = 18+122+219=359 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.01% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #127ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127ADB is #ED8524. Grayscale: #656565. Windows color (decimal): -15566117 or 14383634. OLE color: 14383634.

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

Color convert

RGB 18 122 219 -
CMYK 0.92 0.44 0 0.14
HSL 208.96º 0.85% 0.46% -
HSV(B) 208.96º 0.92% 0.86% -
XYZ 20 19.16 69.66 -
YUV 101.96 194.04 68.11 -
System Red Green Blue C M Y K H S L
Decimal 18 122 219 0.92 0.44 0 0.14 208.96 0.85 0.46
Hex 12 7A DB 5C 2C 0 E D1 55 2E
Octal 22 172 333 134 54 0 16 321 125 56
Binary 10010 1111010 11011011 1011100 101100 0 1110 11010001 1010101 101110

Color Harmonies of #127ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127ADB

Black with #127ADB

Text Example


Text Example

White with #127ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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