#127F92

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

Shades of Eastern Blue #127F92

Tints of Eastern Blue #127F92

Color information

#127F92 (or 0x127F92) is unknown color: approx Eastern Blue. HEX triplet: 12, 7F and 92. RGB value is (18,127,146). Sum of RGB (Red+Green+Blue) = 18+127+146=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #127F92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127F92 is #ED806D. Grayscale: #606060. Windows color (decimal): -15564910 or 9600786. OLE color: 9600786.

HSL color Cylindrical-coordinate representation of color #127F92: hue angle of 188.91º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127F92 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB18127146-
CMYK0.880.1300.43
HSL188.91º78.05%32.16%-
HSV(B)188.91º87.67%57.25%-
XYZ13.0317.3829.86-
YUV96.58155.8971.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.19%
GREEN value IS 127 (50% from 255) = 43.64%
BLUE value IS 146 (57.42% from 255) = 50.17%
R=6.19%
G=43.64%
B=50.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181271460.880.1300.43188.9178.0532.16
Hex127F9258D02Bbd4e20
Octal221772221301505327511640
Binary10010111111110010010101100011010101011101111011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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