#133267

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

Shades of Sapphire #133267

Tints of Sapphire #133267

Color information

#133267 (or 0x133267) is unknown color: approx Sapphire. HEX triplet: 13, 32 and 67. RGB value is (19,50,103). Sum of RGB (Red+Green+Blue) = 19+50+103=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 103 (40.62% from 255 or 59.88% from 172); Max value from RGB is 103 - color contains mainly: blue. Hex color #133267 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133267 is #ECCD98. Grayscale: #2E2E2E. Windows color (decimal): -15519129 or 6763027. OLE color: 6763027.

HSL color Cylindrical-coordinate representation of color #133267: hue angle of 217.86º 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 #133267 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1950103-
CMYK0.820.5100.60
HSL217.86º68.85%23.92%-
HSV(B)217.86º81.55%40.39%-
XYZ3.863.413.28-
YUV46.77159.73108.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.05%
GREEN value IS 50 (19.92% from 255) = 29.07%
BLUE value IS 103 (40.62% from 255) = 59.88%
R=11.05%
G=29.07%
B=59.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19501030.820.5100.60217.8668.8523.92
Hex133267523303Cda4518
Octal23621471226307433210530
Binary1001111001011001111010010110011011110011011010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133267; }

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

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

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

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

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

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

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

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