Html Css Color HEX #127CC7 Navy Blue

📋 copy color: '#127CC7'

red 18 ◦ green 124 ◦ blue 199

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

Shades of Navy Blue #127CC7

Tints of Navy Blue #127CC7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.36%

 BLUE value IS 199 (78.13% from 255) = 58.36%

R = 5.28%
G = 36.36%
B = 58.36%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#127CC7 (or 0x127CC7) is known color: Navy Blue. HEX triplet: 12, 7C and C7. RGB value is (18,124,199). Sum of RGB (Red+Green+Blue) = 18+124+199=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 199 (78.12% from 255 or 58.36% from 341); Max value from RGB is 199 - color contains mainly: blue. Hex color #127CC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127CC7 is #ED8338. Grayscale: #646464. Windows color (decimal): -15565625 or 13073426. OLE color: 13073426.

HSL color Cylindrical-coordinate representation of color #127CC7: hue angle of 204.86º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127CC7 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 124 199 -
CMYK 0.91 0.38 0 0.22
HSL 204.86º 0.83% 0.43% -
HSV(B) 204.86º 0.91% 0.78% -
XYZ 17.77 18.67 56.7 -
YUV 100.86 183.38 68.9 -
System Red Green Blue C M Y K H S L
Decimal 18 124 199 0.91 0.38 0 0.22 204.86 0.83 0.43
Hex 12 7C C7 5B 26 0 16 CD 53 2B
Octal 22 174 307 133 46 0 26 315 123 53
Binary 10010 1111100 11000111 1011011 100110 0 10110 11001101 1010011 101011

Color Harmonies of #127CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127CC7

Black with #127CC7

Text Example


Text Example

White with #127CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,124,199); }

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

background-color css

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

 a { background-color: rgb(18,124,199); }

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

border-color css

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

 span { border-color: rgb(18,124,199); }

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