#12557B

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

Shades of Orient #12557B

Tints of Orient #12557B

Color information

#12557B (or 0x12557B) is unknown color: approx Orient. HEX triplet: 12, 55 and 7B. RGB value is (18,85,123). Sum of RGB (Red+Green+Blue) = 18+85+123=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #12557B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12557B is #EDAA84. Grayscale: #454545. Windows color (decimal): -15575685 or 8082706. OLE color: 8082706.

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

Color convert

RGB1885123-
CMYK0.850.3100.52
HSL201.71º74.47%27.65%-
HSV(B)201.71º85.37%48.24%-
XYZ7.078.0619.92-
YUV69.3158.391.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.96%
GREEN value IS 85 (33.59% from 255) = 37.61%
BLUE value IS 123 (48.44% from 255) = 54.42%
R=7.96%
G=37.61%
B=54.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18851230.850.3100.52201.7174.4727.65
Hex12557B551F034ca4a1c
Octal221251731253706431211234
Binary1001010101011111011101010111111011010011001010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,85,123); }

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

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

 a { background-color: rgb(18,85,123); }

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

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

 span { border-color: rgb(18,85,123); }

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