#002082

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

Shades of Sapphire #002082

Tints of Sapphire #002082

Color information

#002082 (or 0x002082) is unknown color: approx Sapphire. HEX triplet: 00, 20 and 82. RGB value is (0,32,130). Sum of RGB (Red+Green+Blue) = 0+32+130=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 130 (51.17% from 255 or 80.25% from 162); Max value from RGB is 130 - color contains mainly: blue. Hex color #002082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002082 is #FFDF7D. Grayscale: #212121. Windows color (decimal): -16768894 or 8527872. OLE color: 8527872.

HSL color Cylindrical-coordinate representation of color #002082: hue angle of 225.23º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002082 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB032130-
CMYK10.7500.49
HSL225.23º100%25.49%-
HSV(B)225.23º100%50.98%-
XYZ4.552.6421.39-
YUV33.6182.4104.03-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 32 (12.89% from 255) = 19.75%
BLUE value IS 130 (51.17% from 255) = 80.25%
R=0%
G=19.75%
B=80.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal03213010.7500.49225.2310025.49
Hex02082644B031e16419
Octal04020214411306134114431
Binary01000001000001011001001001011011000111100001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002082; }

 p { color: rgb(0,32,130); }

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

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

 a { background-color: rgb(0,32,130); }

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

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

 span { border-color: rgb(0,32,130); }

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