Html Css Color HEX #127DDD Navy Blue

📋 copy color: '#127DDD'

red 18 ◦ green 125 ◦ blue 221

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

Shades of Navy Blue #127DDD

Tints of Navy Blue #127DDD

RGB

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

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

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

R = 4.95%
G = 34.34%
B = 60.71%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#127DDD (or 0x127DDD) is known color: Navy Blue. HEX triplet: 12, 7D and DD. RGB value is (18,125,221). Sum of RGB (Red+Green+Blue) = 18+125+221=364 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.95% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #127DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127DDD is #ED8222. Grayscale: #676767. Windows color (decimal): -15565347 or 14515474. OLE color: 14515474.

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

Color convert

RGB 18 125 221 -
CMYK 0.92 0.43 0 0.13
HSL 208.37º 0.85% 0.47% -
HSV(B) 208.37º 0.92% 0.87% -
XYZ 20.63 20.02 71.18 -
YUV 103.95 194.05 66.69 -
System Red Green Blue C M Y K H S L
Decimal 18 125 221 0.92 0.43 0 0.13 208.37 0.85 0.47
Hex 12 7D DD 5C 2B 0 D D0 55 2F
Octal 22 175 335 134 53 0 15 320 125 57
Binary 10010 1111101 11011101 1011100 101011 0 1101 11010000 1010101 101111

Color Harmonies of #127DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127DDD

Black with #127DDD

Text Example


Text Example

White with #127DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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