Html Css Color HEX #127FDC Navy Blue

📋 copy color: '#127FDC'

red 18 ◦ green 127 ◦ blue 220

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

Shades of Navy Blue #127FDC

Tints of Navy Blue #127FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.27%

R = 4.93%
G = 34.79%
B = 60.27%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#127FDC (or 0x127FDC) is known color: Navy Blue. HEX triplet: 12, 7F and DC. RGB value is (18,127,220). Sum of RGB (Red+Green+Blue) = 18+127+220=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #127FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FDC is #ED8023. Grayscale: #686868. Windows color (decimal): -15564836 or 14450450. OLE color: 14450450.

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

Color convert

RGB 18 127 220 -
CMYK 0.92 0.42 0 0.14
HSL 207.62º 0.85% 0.47% -
HSV(B) 207.62º 0.92% 0.86% -
XYZ 20.76 20.47 70.57 -
YUV 105.01 192.89 65.94 -
System Red Green Blue C M Y K H S L
Decimal 18 127 220 0.92 0.42 0 0.14 207.62 0.85 0.47
Hex 12 7F DC 5C 2A 0 E D0 55 2F
Octal 22 177 334 134 52 0 16 320 125 57
Binary 10010 1111111 11011100 1011100 101010 0 1110 11010000 1010101 101111

Color Harmonies of #127FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127FDC

Black with #127FDC

Text Example


Text Example

White with #127FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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