#12277A

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

Shades of Sapphire #12277A

Tints of Sapphire #12277A

Color information

#12277A (or 0x12277A) is unknown color: approx Sapphire. HEX triplet: 12, 27 and 7A. RGB value is (18,39,122). Sum of RGB (Red+Green+Blue) = 18+39+122=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 122 (48.05% from 255 or 68.16% from 179); Max value from RGB is 122 - color contains mainly: blue. Hex color #12277A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12277A is #EDD885. Grayscale: #292929. Windows color (decimal): -15587462 or 8005394. OLE color: 8005394.

HSL color Cylindrical-coordinate representation of color #12277A: hue angle of 227.88º 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 #12277A is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1839122-
CMYK0.850.6800.52
HSL227.88º74.29%27.45%-
HSV(B)227.88º85.25%47.84%-
XYZ4.492.9818.75-
YUV42.18173.04110.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.06%
GREEN value IS 39 (15.62% from 255) = 21.79%
BLUE value IS 122 (48.05% from 255) = 68.16%
R=10.06%
G=21.79%
B=68.16%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18391220.850.6800.52227.8874.2927.45
Hex12277A5544034e44a1b
Octal224717212510406434411233
Binary10010100111111101010101011000100011010011100100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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