Html Css Color HEX #127ADF Navy Blue

📋 copy color: '#127ADF'

red 18 ◦ green 122 ◦ blue 223

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

Shades of Navy Blue #127ADF

Tints of Navy Blue #127ADF

RGB

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

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

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

R = 4.96%
G = 33.61%
B = 61.43%

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

#127ADF (or 0x127ADF) is known color: Navy Blue. HEX triplet: 12, 7A and DF. RGB value is (18,122,223). Sum of RGB (Red+Green+Blue) = 18+122+223=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #127ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127ADF is #ED8520. Grayscale: #656565. Windows color (decimal): -15566113 or 14645778. OLE color: 14645778.

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

Color convert

RGB 18 122 223 -
CMYK 0.92 0.45 0 0.13
HSL 209.56º 0.85% 0.47% -
HSV(B) 209.56º 0.92% 0.87% -
XYZ 20.53 19.38 72.47 -
YUV 102.42 196.04 67.79 -
System Red Green Blue C M Y K H S L
Decimal 18 122 223 0.92 0.45 0 0.13 209.56 0.85 0.47
Hex 12 7A DF 5C 2D 0 D D2 55 2F
Octal 22 172 337 134 55 0 15 322 125 57
Binary 10010 1111010 11011111 1011100 101101 0 1101 11010010 1010101 101111

Color Harmonies of #127ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127ADF

Black with #127ADF

Text Example


Text Example

White with #127ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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