#127BCA

Color #127BCA Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #127BCA

Tints of Navy Blue #127BCA

Color information

#127BCA (or 0x127BCA) is unknown color: approx Navy Blue. HEX triplet: 12, 7B and CA. RGB value is (18,123,202). Sum of RGB (Red+Green+Blue) = 18+123+202=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 202 (79.30% from 255 or 58.89% from 343); Max value from RGB is 202 - color contains mainly: blue. Hex color #127BCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127BCA is #ED8435. Grayscale: #646464. Windows color (decimal): -15565878 or 13269778. OLE color: 13269778.

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

Color convert

RGB18123202-
CMYK0.910.3900.21
HSL205.76º83.64%43.14%-
HSV(B)205.76º91.09%79.22%-
XYZ17.9918.5658.51-
YUV100.61185.2169.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.25%
GREEN value IS 123 (48.44% from 255) = 35.86%
BLUE value IS 202 (79.30% from 255) = 58.89%
R=5.25%
G=35.86%
B=58.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181232020.910.3900.21205.7683.6443.14
Hex127BCA5B27015ce542b
Octal221733121334702531612453
Binary100101111011110010101011011100111010101110011101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #127BCA;
 }
 .AnyTagClassName
 {
   color: #127BCA;
 }
</style>
background-color css

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

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

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

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

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

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