Html Css Color HEX #127CC9 Navy Blue

📋 copy color: '#127CC9'

red 18 ◦ green 124 ◦ blue 201

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

Shades of Navy Blue #127CC9

Tints of Navy Blue #127CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 58.6%

R = 5.25%
G = 36.15%
B = 58.6%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#127CC9 (or 0x127CC9) is known color: Navy Blue. HEX triplet: 12, 7C and C9. RGB value is (18,124,201). Sum of RGB (Red+Green+Blue) = 18+124+201=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 201 (78.91% from 255 or 58.60% from 343); Max value from RGB is 201 - color contains mainly: blue. Hex color #127CC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127CC9 is #ED8336. Grayscale: #646464. Windows color (decimal): -15565623 or 13204498. OLE color: 13204498.

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

Color convert

RGB 18 124 201 -
CMYK 0.91 0.38 0 0.21
HSL 205.25º 0.84% 0.43% -
HSV(B) 205.25º 0.91% 0.79% -
XYZ 18 18.76 57.93 -
YUV 101.08 184.38 68.74 -
System Red Green Blue C M Y K H S L
Decimal 18 124 201 0.91 0.38 0 0.21 205.25 0.84 0.43
Hex 12 7C C9 5B 26 0 15 CD 54 2B
Octal 22 174 311 133 46 0 25 315 124 53
Binary 10010 1111100 11001001 1011011 100110 0 10101 11001101 1010100 101011

Color Harmonies of #127CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127CC9

Black with #127CC9

Text Example


Text Example

White with #127CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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