Html Css Color HEX #127DC9 Navy Blue

📋 copy color: '#127DC9'

red 18 ◦ green 125 ◦ blue 201

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

Shades of Navy Blue #127DC9

Tints of Navy Blue #127DC9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.34%

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

R = 5.23%
G = 36.34%
B = 58.43%

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

#127DC9 (or 0x127DC9) is known color: Navy Blue. HEX triplet: 12, 7D and C9. RGB value is (18,125,201). Sum of RGB (Red+Green+Blue) = 18+125+201=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 201 (78.91% from 255 or 58.43% from 344); Max value from RGB is 201 - color contains mainly: blue. Hex color #127DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127DC9 is #ED8236. Grayscale: #656565. Windows color (decimal): -15565367 or 13204754. OLE color: 13204754.

HSL color Cylindrical-coordinate representation of color #127DC9: hue angle of 204.92º 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 #127DC9 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 18 125 201 -
CMYK 0.91 0.38 0 0.21
HSL 204.92º 0.84% 0.43% -
HSV(B) 204.92º 0.91% 0.79% -
XYZ 18.13 19.01 57.97 -
YUV 101.67 184.05 68.32 -
System Red Green Blue C M Y K H S L
Decimal 18 125 201 0.91 0.38 0 0.21 204.92 0.84 0.43
Hex 12 7D C9 5B 26 0 15 CD 54 2B
Octal 22 175 311 133 46 0 25 315 124 53
Binary 10010 1111101 11001001 1011011 100110 0 10101 11001101 1010100 101011

Color Harmonies of #127DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127DC9

Black with #127DC9

Text Example


Text Example

White with #127DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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