Html Css Color HEX #127FC9 Navy Blue

📋 copy color: '#127FC9'

red 18 ◦ green 127 ◦ blue 201

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

Shades of Navy Blue #127FC9

Tints of Navy Blue #127FC9

RGB

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

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

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

R = 5.2%
G = 36.71%
B = 58.09%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#127FC9 (or 0x127FC9) is known color: Navy Blue. HEX triplet: 12, 7F and C9. RGB value is (18,127,201). Sum of RGB (Red+Green+Blue) = 18+127+201=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 201 (78.91% from 255 or 58.09% from 346); Max value from RGB is 201 - color contains mainly: blue. Hex color #127FC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FC9 is #ED8036. Grayscale: #666666. Windows color (decimal): -15564855 or 13205266. OLE color: 13205266.

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

Color convert

RGB 18 127 201 -
CMYK 0.91 0.37 0 0.21
HSL 204.26º 0.84% 0.43% -
HSV(B) 204.26º 0.91% 0.79% -
XYZ 18.38 19.52 58.06 -
YUV 102.85 183.39 67.48 -
System Red Green Blue C M Y K H S L
Decimal 18 127 201 0.91 0.37 0 0.21 204.26 0.84 0.43
Hex 12 7F C9 5B 25 0 15 CC 54 2B
Octal 22 177 311 133 45 0 25 314 124 53
Binary 10010 1111111 11001001 1011011 100101 0 10101 11001100 1010100 101011

Color Harmonies of #127FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127FC9

Black with #127FC9

Text Example


Text Example

White with #127FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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