#125172

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

Shades of Orient #125172

Tints of Orient #125172

Color information

#125172 (or 0x125172) is unknown color: approx Orient. HEX triplet: 12, 51 and 72. RGB value is (18,81,114). Sum of RGB (Red+Green+Blue) = 18+81+114=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #125172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125172 is #EDAE8D. Grayscale: #414141. Windows color (decimal): -15576718 or 7491858. OLE color: 7491858.

HSL color Cylindrical-coordinate representation of color #125172: hue angle of 200.62º 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 #125172 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1881114-
CMYK0.840.2900.55
HSL200.62º72.73%25.88%-
HSV(B)200.62º84.21%44.71%-
XYZ6.237.2316.99-
YUV65.92155.1393.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.45%
GREEN value IS 81 (32.03% from 255) = 38.03%
BLUE value IS 114 (44.92% from 255) = 53.52%
R=8.45%
G=38.03%
B=53.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18811140.840.2900.55200.6272.7325.88
Hex125172541D037c9491a
Octal221211621243506731111132
Binary1001010100011110010101010011101011011111001001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125172; }

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

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

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

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

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

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

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

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