#125B78

Color #125B78 Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #125B78

Tints of Orient #125B78

Color information

#125B78 (or 0x125B78) is unknown color: approx Orient. HEX triplet: 12, 5B and 78. RGB value is (18,91,120). Sum of RGB (Red+Green+Blue) = 18+91+120=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 91 (35.94% from 255 or 39.74% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #125B78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125B78 is #EDA487. Grayscale: #484848. Windows color (decimal): -15574152 or 7887634. OLE color: 7887634.

HSL color Cylindrical-coordinate representation of color #125B78: hue angle of 197.06º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #125B78 is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1891120-
CMYK0.850.2400.53
HSL197.06º73.91%27.06%-
HSV(B)197.06º85%47.06%-
XYZ7.388.9719.11-
YUV72.48154.8289.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.86%
GREEN value IS 91 (35.94% from 255) = 39.74%
BLUE value IS 120 (47.27% from 255) = 52.40%
R=7.86%
G=39.74%
B=52.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18911200.850.2400.53197.0673.9127.06
Hex125B785518035c54a1b
Octal221331701253006530511233
Binary1001010110111111000101010111000011010111000101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125B78; }

 p { color: rgb(18,91,120); }

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

<style>
 a { background-color: #125B78; }

 a { background-color: rgb(18,91,120); }

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

<style>
 span { border-color: #125B78; }

 span { border-color: rgb(18,91,120); }

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