#132b74

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

Shades of Sapphire #132B74

Tints of Sapphire #132B74

Color information

#132B74 (or 0x132B74) is unknown color: approx Sapphire. HEX triplet: 13, 2B and 74. RGB value is (19,43,116). Sum of RGB (Red+Green+Blue) = 19+43+116=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 116 (45.70% from 255 or 65.17% from 178); Max value from RGB is 116 - color contains mainly: blue. Hex color #132B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132B74 is #ECD48B. Grayscale: #2B2B2B. Windows color (decimal): -15520908 or 7613203. OLE color: 7613203.

HSL color Cylindrical-coordinate representation of color #132B74: hue angle of 225.15º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132B74 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1943116-
CMYK0.840.6300.55
HSL225.15º71.85%26.47%-
HSV(B)225.15º83.62%45.49%-
XYZ4.283.1316.9-
YUV44.15168.55110.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.67%
GREEN value IS 43 (17.19% from 255) = 24.16%
BLUE value IS 116 (45.70% from 255) = 65.17%
R=10.67%
G=24.16%
B=65.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19431160.840.6300.55225.1571.8526.47
Hex132B74543F037e1481a
Octal23531641247706734111032
Binary1001110101111101001010100111111011011111100001100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132b74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132b74; }

 p { color: rgb(19,43,116); }

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

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

 a { background-color: rgb(19,43,116); }

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

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

 span { border-color: rgb(19,43,116); }

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