#125872

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

Shades of Orient #125872

Tints of Orient #125872

Color information

#125872 (or 0x125872) is unknown color: approx Orient. HEX triplet: 12, 58 and 72. RGB value is (18,88,114). Sum of RGB (Red+Green+Blue) = 18+88+114=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #125872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125872 is #EDA78D. Grayscale: #454545. Windows color (decimal): -15574926 or 7493650. OLE color: 7493650.

HSL color Cylindrical-coordinate representation of color #125872: hue angle of 196.25º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #125872 is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1888114-
CMYK0.840.2300.55
HSL196.25º72.73%25.88%-
HSV(B)196.25º84.21%44.71%-
XYZ6.788.3217.17-
YUV70.03152.8190.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.18%
GREEN value IS 88 (34.77% from 255) = 40%
BLUE value IS 114 (44.92% from 255) = 51.82%
R=8.18%
G=40%
B=51.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18881140.840.2300.55196.2572.7325.88
Hex1258725417037c4491a
Octal221301621242706730411132
Binary1001010110001110010101010010111011011111000100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125872; }

 p { color: rgb(18,88,114); }

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

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

 a { background-color: rgb(18,88,114); }

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

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

 span { border-color: rgb(18,88,114); }

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