Html Css Color HEX #127FDA Navy Blue

📋 copy color: '#127FDA'

red 18 ◦ green 127 ◦ blue 218

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

Shades of Navy Blue #127FDA

Tints of Navy Blue #127FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 34.99%

 BLUE value IS 218 (85.55% from 255) = 60.06%

R = 4.96%
G = 34.99%
B = 60.06%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#127FDA (or 0x127FDA) is known color: Navy Blue. HEX triplet: 12, 7F and DA. RGB value is (18,127,218). Sum of RGB (Red+Green+Blue) = 18+127+218=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #127FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FDA is #ED8025. Grayscale: #686868. Windows color (decimal): -15564838 or 14319378. OLE color: 14319378.

HSL color Cylindrical-coordinate representation of color #127FDA: hue angle of 207.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127FDA is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 127 218 -
CMYK 0.92 0.42 0 0.15
HSL 207.3º 0.85% 0.46% -
HSV(B) 207.3º 0.92% 0.85% -
XYZ 20.49 20.37 69.18 -
YUV 104.78 191.89 66.1 -
System Red Green Blue C M Y K H S L
Decimal 18 127 218 0.92 0.42 0 0.15 207.3 0.85 0.46
Hex 12 7F DA 5C 2A 0 F CF 55 2E
Octal 22 177 332 134 52 0 17 317 125 56
Binary 10010 1111111 11011010 1011100 101010 0 1111 11001111 1010101 101110

Color Harmonies of #127FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127FDA

Black with #127FDA

Text Example


Text Example

White with #127FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,127,218); }

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

background-color css

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

 a { background-color: rgb(18,127,218); }

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

border-color css

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

 span { border-color: rgb(18,127,218); }

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