#125474

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

Shades of Orient #125474

Tints of Orient #125474

Color information

#125474 (or 0x125474) is unknown color: approx Orient. HEX triplet: 12, 54 and 74. RGB value is (18,84,116). Sum of RGB (Red+Green+Blue) = 18+84+116=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #125474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125474 is #EDAB8B. Grayscale: #434343. Windows color (decimal): -15575948 or 7623698. OLE color: 7623698.

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

Color convert

RGB1884116-
CMYK0.840.2800.55
HSL199.59º73.13%26.27%-
HSV(B)199.59º84.48%45.49%-
XYZ6.577.7317.67-
YUV67.91155.1392.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.26%
GREEN value IS 84 (33.20% from 255) = 38.53%
BLUE value IS 116 (45.70% from 255) = 53.21%
R=8.26%
G=38.53%
B=53.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18841160.840.2800.55199.5973.1326.27
Hex125474541C037c8491a
Octal221241641243406731011132
Binary1001010101001110100101010011100011011111001000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125474; }

 p { color: rgb(18,84,116); }

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

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

 a { background-color: rgb(18,84,116); }

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

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

 span { border-color: rgb(18,84,116); }

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