Html Css Color HEX #127FCA Navy Blue

📋 copy color: '#127FCA'

red 18 ◦ green 127 ◦ blue 202

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

Shades of Navy Blue #127FCA

Tints of Navy Blue #127FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 58.21%

R = 5.19%
G = 36.6%
B = 58.21%

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

#127FCA (or 0x127FCA) is known color: Navy Blue. HEX triplet: 12, 7F and CA. RGB value is (18,127,202). Sum of RGB (Red+Green+Blue) = 18+127+202=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 202 (79.30% from 255 or 58.21% from 347); Max value from RGB is 202 - color contains mainly: blue. Hex color #127FCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FCA is #ED8035. Grayscale: #666666. Windows color (decimal): -15564854 or 13270802. OLE color: 13270802.

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

Color convert

RGB 18 127 202 -
CMYK 0.91 0.37 0 0.21
HSL 204.46º 0.84% 0.43% -
HSV(B) 204.46º 0.91% 0.79% -
XYZ 18.5 19.57 58.68 -
YUV 102.96 183.89 67.4 -
System Red Green Blue C M Y K H S L
Decimal 18 127 202 0.91 0.37 0 0.21 204.46 0.84 0.43
Hex 12 7F CA 5B 25 0 15 CC 54 2B
Octal 22 177 312 133 45 0 25 314 124 53
Binary 10010 1111111 11001010 1011011 100101 0 10101 11001100 1010100 101011

Color Harmonies of #127FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127FCA

Black with #127FCA

Text Example


Text Example

White with #127FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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