#127B92

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

Shades of Eastern Blue #127B92

Tints of Eastern Blue #127B92

Color information

#127B92 (or 0x127B92) is unknown color: approx Eastern Blue. HEX triplet: 12, 7B and 92. RGB value is (18,123,146). Sum of RGB (Red+Green+Blue) = 18+123+146=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 123 (48.44% from 255 or 42.86% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #127B92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127B92 is #ED846D. Grayscale: #5E5E5E. Windows color (decimal): -15565934 or 9599762. OLE color: 9599762.

HSL color Cylindrical-coordinate representation of color #127B92: hue angle of 190.78º 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 #127B92 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB18123146-
CMYK0.880.1600.43
HSL190.78º78.05%32.16%-
HSV(B)190.78º87.67%57.25%-
XYZ12.5216.3729.69-
YUV94.23157.2173.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.27%
GREEN value IS 123 (48.44% from 255) = 42.86%
BLUE value IS 146 (57.42% from 255) = 50.87%
R=6.27%
G=42.86%
B=50.87%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181231460.880.1600.43190.7878.0532.16
Hex127B92581002Bbf4e20
Octal221732221302005327711640
Binary100101111011100100101011000100000101011101111111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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