#125375

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

Shades of Orient #125375

Tints of Orient #125375

Color information

#125375 (or 0x125375) is unknown color: approx Orient. HEX triplet: 12, 53 and 75. RGB value is (18,83,117). Sum of RGB (Red+Green+Blue) = 18+83+117=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #125375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125375 is #EDAC8A. Grayscale: #434343. Windows color (decimal): -15576203 or 7688978. OLE color: 7688978.

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

Color convert

RGB1883117-
CMYK0.850.2900.54
HSL200.61º73.33%26.47%-
HSV(B)200.61º84.62%45.88%-
XYZ6.557.617.95-
YUV67.44155.9792.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.26%
GREEN value IS 83 (32.81% from 255) = 38.07%
BLUE value IS 117 (46.09% from 255) = 53.67%
R=8.26%
G=38.07%
B=53.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18831170.850.2900.54200.6173.3326.47
Hex125375551D036c9491a
Octal221231651253506631111132
Binary1001010100111110101101010111101011011011001001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125375; }

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

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

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

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

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

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

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

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