#12275B

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

Shades of Sapphire #12275B

Tints of Sapphire #12275B

Color information

#12275B (or 0x12275B) is unknown color: approx Sapphire. HEX triplet: 12, 27 and 5B. RGB value is (18,39,91). Sum of RGB (Red+Green+Blue) = 18+39+91=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 91 (35.94% from 255 or 61.49% from 148); Max value from RGB is 91 - color contains mainly: blue. Hex color #12275B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12275B is #EDD8A4. Grayscale: #262626. Windows color (decimal): -15587493 or 5973778. OLE color: 5973778.

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

Color convert

RGB183991-
CMYK0.800.5700.64
HSL222.74º66.97%21.37%-
HSV(B)222.74º80.22%35.69%-
XYZ2.862.3310.2-
YUV38.65157.54113.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.16%
GREEN value IS 39 (15.62% from 255) = 26.35%
BLUE value IS 91 (35.94% from 255) = 61.49%
R=12.16%
G=26.35%
B=61.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1839910.800.5700.64222.7466.9721.37
Hex12275B5039040df4315
Octal224713312071010033710325
Binary10010100111101101110100001110010100000011011111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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