Html Css Color HEX #127FDF Navy Blue

📋 copy color: '#127FDF'

red 18 ◦ green 127 ◦ blue 223

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

Shades of Navy Blue #127FDF

Tints of Navy Blue #127FDF

RGB

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

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

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

R = 4.89%
G = 34.51%
B = 60.6%

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

#127FDF (or 0x127FDF) is known color: Navy Blue. HEX triplet: 12, 7F and DF. RGB value is (18,127,223). Sum of RGB (Red+Green+Blue) = 18+127+223=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #127FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FDF is #ED8020. Grayscale: #686868. Windows color (decimal): -15564833 or 14647058. OLE color: 14647058.

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

Color convert

RGB 18 127 223 -
CMYK 0.92 0.43 0 0.13
HSL 208.1º 0.85% 0.47% -
HSV(B) 208.1º 0.92% 0.87% -
XYZ 21.16 20.64 72.68 -
YUV 105.35 194.39 65.69 -
System Red Green Blue C M Y K H S L
Decimal 18 127 223 0.92 0.43 0 0.13 208.1 0.85 0.47
Hex 12 7F DF 5C 2B 0 D D0 55 2F
Octal 22 177 337 134 53 0 15 320 125 57
Binary 10010 1111111 11011111 1011100 101011 0 1101 11010000 1010101 101111

Color Harmonies of #127FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127FDF

Black with #127FDF

Text Example


Text Example

White with #127FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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