Html Css Color HEX #127FCE Navy Blue

📋 copy color: '#127FCE'

red 18 ◦ green 127 ◦ blue 206

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

Shades of Navy Blue #127FCE

Tints of Navy Blue #127FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.69%

R = 5.13%
G = 36.18%
B = 58.69%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#127FCE (or 0x127FCE) is known color: Navy Blue. HEX triplet: 12, 7F and CE. RGB value is (18,127,206). Sum of RGB (Red+Green+Blue) = 18+127+206=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #127FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FCE is #ED8031. Grayscale: #666666. Windows color (decimal): -15564850 or 13532946. OLE color: 13532946.

HSL color Cylindrical-coordinate representation of color #127FCE: hue angle of 205.21º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127FCE is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 127 206 -
CMYK 0.91 0.38 0 0.19
HSL 205.21º 0.84% 0.44% -
HSV(B) 205.21º 0.91% 0.81% -
XYZ 18.98 19.76 61.21 -
YUV 103.42 185.89 67.08 -
System Red Green Blue C M Y K H S L
Decimal 18 127 206 0.91 0.38 0 0.19 205.21 0.84 0.44
Hex 12 7F CE 5B 26 0 13 CD 54 2C
Octal 22 177 316 133 46 0 23 315 124 54
Binary 10010 1111111 11001110 1011011 100110 0 10011 11001101 1010100 101100

Color Harmonies of #127FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127FCE

Black with #127FCE

Text Example


Text Example

White with #127FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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