Html Css Color HEX #127DDF Navy Blue

📋 copy color: '#127DDF'

red 18 ◦ green 125 ◦ blue 223

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

Shades of Navy Blue #127DDF

Tints of Navy Blue #127DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.93%

R = 4.92%
G = 34.15%
B = 60.93%

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

#127DDF (or 0x127DDF) is known color: Navy Blue. HEX triplet: 12, 7D and DF. RGB value is (18,125,223). Sum of RGB (Red+Green+Blue) = 18+125+223=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #127DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127DDF is #ED8220. Grayscale: #676767. Windows color (decimal): -15565345 or 14646546. OLE color: 14646546.

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

Color convert

RGB 18 125 223 -
CMYK 0.92 0.44 0 0.13
HSL 208.68º 0.85% 0.47% -
HSV(B) 208.68º 0.92% 0.87% -
XYZ 20.9 20.12 72.59 -
YUV 104.18 195.05 66.53 -
System Red Green Blue C M Y K H S L
Decimal 18 125 223 0.92 0.44 0 0.13 208.68 0.85 0.47
Hex 12 7D DF 5C 2C 0 D D1 55 2F
Octal 22 175 337 134 54 0 15 321 125 57
Binary 10010 1111101 11011111 1011100 101100 0 1101 11010001 1010101 101111

Color Harmonies of #127DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127DDF

Black with #127DDF

Text Example


Text Example

White with #127DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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