#12205A

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

Shades of Sapphire #12205A

Tints of Sapphire #12205A

Color information

#12205A (or 0x12205A) is unknown color: approx Sapphire. HEX triplet: 12, 20 and 5A. RGB value is (18,32,90). Sum of RGB (Red+Green+Blue) = 18+32+90=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 90 (35.55% from 255 or 64.29% from 140); Max value from RGB is 90 - color contains mainly: blue. Hex color #12205A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12205A is #EDDFA5. Grayscale: #222222. Windows color (decimal): -15589286 or 5906450. OLE color: 5906450.

HSL color Cylindrical-coordinate representation of color #12205A: hue angle of 228.33º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12205A is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB183290-
CMYK0.800.6400.65
HSL228.33º66.67%21.18%-
HSV(B)228.33º80%35.29%-
XYZ2.611.99.9-
YUV34.43159.36116.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.86%
GREEN value IS 32 (12.89% from 255) = 22.86%
BLUE value IS 90 (35.55% from 255) = 64.29%
R=12.86%
G=22.86%
B=64.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1832900.800.6400.65228.3366.6721.18
Hex12205A5040041e44315
Octal2240132120100010134410325
Binary100101000001011010101000010000000100000111100100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,32,90); }

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

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

 a { background-color: rgb(18,32,90); }

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

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

 span { border-color: rgb(18,32,90); }

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