#002382

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

Shades of Sapphire #002382

Tints of Sapphire #002382

Color information

#002382 (or 0x002382) is unknown color: approx Sapphire. HEX triplet: 00, 23 and 82. RGB value is (0,35,130). Sum of RGB (Red+Green+Blue) = 0+35+130=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 130 (51.17% from 255 or 78.79% from 165); Max value from RGB is 130 - color contains mainly: blue. Hex color #002382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002382 is #FFDC7D. Grayscale: #222222. Windows color (decimal): -16768126 or 8528640. OLE color: 8528640.

HSL color Cylindrical-coordinate representation of color #002382: hue angle of 223.85º 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 #002382 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB035130-
CMYK10.7300.49
HSL223.85º100%25.49%-
HSV(B)223.85º100%50.98%-
XYZ4.632.8121.42-
YUV35.36181.4102.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 35 (14.06% from 255) = 21.21%
BLUE value IS 130 (51.17% from 255) = 78.79%
R=0%
G=21.21%
B=78.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal03513010.7300.49223.8510025.49
Hex023826449031e06419
Octal04320214411106134014431
Binary01000111000001011001001001001011000111100000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002382; }

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

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

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

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

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

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

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

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