Html Css Color HEX #127FCD Navy Blue

📋 copy color: '#127FCD'

red 18 ◦ green 127 ◦ blue 205

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

Shades of Navy Blue #127FCD

Tints of Navy Blue #127FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.57%

R = 5.14%
G = 36.29%
B = 58.57%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#127FCD (or 0x127FCD) is known color: Navy Blue. HEX triplet: 12, 7F and CD. RGB value is (18,127,205). Sum of RGB (Red+Green+Blue) = 18+127+205=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #127FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FCD is #ED8032. Grayscale: #666666. Windows color (decimal): -15564851 or 13467410. OLE color: 13467410.

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

Color convert

RGB 18 127 205 -
CMYK 0.91 0.38 0 0.20
HSL 205.03º 0.84% 0.44% -
HSV(B) 205.03º 0.91% 0.8% -
XYZ 18.86 19.72 60.57 -
YUV 103.3 185.39 67.16 -
System Red Green Blue C M Y K H S L
Decimal 18 127 205 0.91 0.38 0 0.20 205.03 0.84 0.44
Hex 12 7F CD 5B 26 0 14 CD 54 2C
Octal 22 177 315 133 46 0 24 315 124 54
Binary 10010 1111111 11001101 1011011 100110 0 10100 11001101 1010100 101100

Color Harmonies of #127FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127FCD

Black with #127FCD

Text Example


Text Example

White with #127FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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