#125875

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

Shades of Orient #125875

Tints of Orient #125875

Color information

#125875 (or 0x125875) is unknown color: approx Orient. HEX triplet: 12, 58 and 75. RGB value is (18,88,117). Sum of RGB (Red+Green+Blue) = 18+88+117=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #125875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125875 is #EDA78A. Grayscale: #464646. Windows color (decimal): -15574923 or 7690258. OLE color: 7690258.

HSL color Cylindrical-coordinate representation of color #125875: hue angle of 197.58º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #125875 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1888117-
CMYK0.850.2500.54
HSL197.58º73.33%26.47%-
HSV(B)197.58º84.62%45.88%-
XYZ6.958.3918.08-
YUV70.38154.3190.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.07%
GREEN value IS 88 (34.77% from 255) = 39.46%
BLUE value IS 117 (46.09% from 255) = 52.47%
R=8.07%
G=39.46%
B=52.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18881170.850.2500.54197.5873.3326.47
Hex1258755519036c6491a
Octal221301651253106630611132
Binary1001010110001110101101010111001011011011000110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125875; }

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

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

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

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

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

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

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

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