#12577A

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

Shades of Orient #12577A

Tints of Orient #12577A

Color information

#12577A (or 0x12577A) is unknown color: approx Orient. HEX triplet: 12, 57 and 7A. RGB value is (18,87,122). Sum of RGB (Red+Green+Blue) = 18+87+122=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #12577A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12577A is #EDA885. Grayscale: #464646. Windows color (decimal): -15575174 or 8017682. OLE color: 8017682.

HSL color Cylindrical-coordinate representation of color #12577A: hue angle of 200.19º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12577A is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1887122-
CMYK0.850.2900.52
HSL200.19º74.29%27.45%-
HSV(B)200.19º85.25%47.84%-
XYZ7.178.3519.65-
YUV70.36157.1490.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 87 (34.38% from 255) = 38.33%
BLUE value IS 122 (48.05% from 255) = 53.74%
R=7.93%
G=38.33%
B=53.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18871220.850.2900.52200.1974.2927.45
Hex12577A551D034c84a1b
Octal221271721253506431011233
Binary1001010101111111010101010111101011010011001000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12577A; }

 p { color: rgb(18,87,122); }

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

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

 a { background-color: rgb(18,87,122); }

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

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

 span { border-color: rgb(18,87,122); }

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