Html Css Color HEX #127CDD Navy Blue

📋 copy color: '#127CDD'

red 18 ◦ green 124 ◦ blue 221

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

Shades of Navy Blue #127CDD

Tints of Navy Blue #127CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.16%

 BLUE value IS 221 (86.72% from 255) = 60.88%

R = 4.96%
G = 34.16%
B = 60.88%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#127CDD (or 0x127CDD) is known color: Navy Blue. HEX triplet: 12, 7C and DD. RGB value is (18,124,221). Sum of RGB (Red+Green+Blue) = 18+124+221=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #127CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127CDD is #ED8322. Grayscale: #666666. Windows color (decimal): -15565603 or 14515218. OLE color: 14515218.

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

Color convert

RGB 18 124 221 -
CMYK 0.92 0.44 0 0.13
HSL 208.67º 0.85% 0.47% -
HSV(B) 208.67º 0.92% 0.87% -
XYZ 20.51 19.76 71.14 -
YUV 103.36 194.38 67.11 -
System Red Green Blue C M Y K H S L
Decimal 18 124 221 0.92 0.44 0 0.13 208.67 0.85 0.47
Hex 12 7C DD 5C 2C 0 D D1 55 2F
Octal 22 174 335 134 54 0 15 321 125 57
Binary 10010 1111100 11011101 1011100 101100 0 1101 11010001 1010101 101111

Color Harmonies of #127CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127CDD

Black with #127CDD

Text Example


Text Example

White with #127CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,124,221); }

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

background-color css

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

 a { background-color: rgb(18,124,221); }

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

border-color css

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

 span { border-color: rgb(18,124,221); }

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