Html Css Color HEX #127FCC Navy Blue

📋 copy color: '#127FCC'

red 18 ◦ green 127 ◦ blue 204

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

Shades of Navy Blue #127FCC

Tints of Navy Blue #127FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.45%

R = 5.16%
G = 36.39%
B = 58.45%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#127FCC (or 0x127FCC) is known color: Navy Blue. HEX triplet: 12, 7F and CC. RGB value is (18,127,204). Sum of RGB (Red+Green+Blue) = 18+127+204=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #127FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FCC is #ED8033. Grayscale: #666666. Windows color (decimal): -15564852 or 13401874. OLE color: 13401874.

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

Color convert

RGB 18 127 204 -
CMYK 0.91 0.38 0 0.2
HSL 204.84º 0.84% 0.44% -
HSV(B) 204.84º 0.91% 0.8% -
XYZ 18.74 19.67 59.94 -
YUV 103.19 184.89 67.24 -
System Red Green Blue C M Y K H S L
Decimal 18 127 204 0.91 0.38 0 0.2 204.84 0.84 0.44
Hex 12 7F CC 5B 26 0 14 CD 54 2C
Octal 22 177 314 133 46 0 24 315 124 54
Binary 10010 1111111 11001100 1011011 100110 0 10100 11001101 1010100 101100

Color Harmonies of #127FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127FCC

Black with #127FCC

Text Example


Text Example

White with #127FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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