Html Css Color HEX #127DDC Navy Blue

📋 copy color: '#127DDC'

red 18 ◦ green 125 ◦ blue 220

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

Shades of Navy Blue #127DDC

Tints of Navy Blue #127DDC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.44%

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

R = 4.96%
G = 34.44%
B = 60.61%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#127DDC (or 0x127DDC) is known color: Navy Blue. HEX triplet: 12, 7D and DC. RGB value is (18,125,220). Sum of RGB (Red+Green+Blue) = 18+125+220=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #127DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127DDC is #ED8223. Grayscale: #676767. Windows color (decimal): -15565348 or 14449938. OLE color: 14449938.

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

Color convert

RGB 18 125 220 -
CMYK 0.92 0.43 0 0.14
HSL 208.22º 0.85% 0.47% -
HSV(B) 208.22º 0.92% 0.86% -
XYZ 20.5 19.96 70.48 -
YUV 103.84 193.55 66.78 -
System Red Green Blue C M Y K H S L
Decimal 18 125 220 0.92 0.43 0 0.14 208.22 0.85 0.47
Hex 12 7D DC 5C 2B 0 E D0 55 2F
Octal 22 175 334 134 53 0 16 320 125 57
Binary 10010 1111101 11011100 1011100 101011 0 1110 11010000 1010101 101111

Color Harmonies of #127DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127DDC

Black with #127DDC

Text Example


Text Example

White with #127DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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