#12526B

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

Shades of Orient #12526B

Tints of Orient #12526B

Color information

#12526B (or 0x12526B) is unknown color: approx Orient. HEX triplet: 12, 52 and 6B. RGB value is (18,82,107). Sum of RGB (Red+Green+Blue) = 18+82+107=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 107 (42.19% from 255 or 51.69% from 207); Max value from RGB is 107 - color contains mainly: blue. Hex color #12526B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12526B is #EDAD94. Grayscale: #414141. Windows color (decimal): -15576469 or 7033362. OLE color: 7033362.

HSL color Cylindrical-coordinate representation of color #12526B: hue angle of 196.85º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12526B is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1882107-
CMYK0.830.2300.58
HSL196.85º71.2%24.51%-
HSV(B)196.85º83.18%41.96%-
XYZ5.927.2214.99-
YUV65.71151.393.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 107 (42.19% from 255) = 51.69%
R=8.70%
G=39.61%
B=51.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18821070.830.2300.58196.8571.224.51
Hex12526B531703Ac54719
Octal221221531232707230510731
Binary1001010100101101011101001110111011101011000101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12526B; }

 p { color: rgb(18,82,107); }

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

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

 a { background-color: rgb(18,82,107); }

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

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

 span { border-color: rgb(18,82,107); }

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