#132267

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

Shades of Sapphire #132267

Tints of Sapphire #132267

Color information

#132267 (or 0x132267) is unknown color: approx Sapphire. HEX triplet: 13, 22 and 67. RGB value is (19,34,103). Sum of RGB (Red+Green+Blue) = 19+34+103=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 103 (40.62% from 255 or 66.03% from 156); Max value from RGB is 103 - color contains mainly: blue. Hex color #132267 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132267 is #ECDD98. Grayscale: #252525. Windows color (decimal): -15523225 or 6758931. OLE color: 6758931.

HSL color Cylindrical-coordinate representation of color #132267: hue angle of 229.29º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #132267 is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1934103-
CMYK0.820.6700.60
HSL229.29º68.85%23.92%-
HSV(B)229.29º81.55%40.39%-
XYZ3.292.2613.1-
YUV37.38165.03114.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 34 (13.67% from 255) = 21.79%
BLUE value IS 103 (40.62% from 255) = 66.03%
R=12.18%
G=21.79%
B=66.03%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19341030.820.6700.60229.2968.8523.92
Hex132267524303Ce54518
Octal234214712210307434510530
Binary10011100010110011110100101000011011110011100101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132267; }

 p { color: rgb(19,34,103); }

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

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

 a { background-color: rgb(19,34,103); }

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

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

 span { border-color: rgb(19,34,103); }

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