#125677

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

Shades of Orient #125677

Tints of Orient #125677

Color information

#125677 (or 0x125677) is unknown color: approx Orient. HEX triplet: 12, 56 and 77. RGB value is (18,86,119). Sum of RGB (Red+Green+Blue) = 18+86+119=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #125677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125677 is #EDA988. Grayscale: #454545. Windows color (decimal): -15575433 or 7820818. OLE color: 7820818.

HSL color Cylindrical-coordinate representation of color #125677: hue angle of 199.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #125677 is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1886119-
CMYK0.850.2800.53
HSL199.6º73.72%26.86%-
HSV(B)199.6º84.87%46.67%-
XYZ6.918.1218.66-
YUV69.43155.9791.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.07%
GREEN value IS 86 (33.98% from 255) = 38.57%
BLUE value IS 119 (46.88% from 255) = 53.36%
R=8.07%
G=38.57%
B=53.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18861190.850.2800.53199.673.7226.86
Hex125677551C035c84a1b
Octal221261671253406531011233
Binary1001010101101110111101010111100011010111001000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125677; }

 p { color: rgb(18,86,119); }

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

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

 a { background-color: rgb(18,86,119); }

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

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

 span { border-color: rgb(18,86,119); }

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