#002083

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

Shades of Sapphire #002083

Tints of Sapphire #002083

Color information

#002083 (or 0x002083) is unknown color: approx Sapphire. HEX triplet: 00, 20 and 83. RGB value is (0,32,131). Sum of RGB (Red+Green+Blue) = 0+32+131=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 131 (51.56% from 255 or 80.37% from 163); Max value from RGB is 131 - color contains mainly: blue. Hex color #002083 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002083 is #FFDF7C. Grayscale: #212121. Windows color (decimal): -16768893 or 8593408. OLE color: 8593408.

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

Color convert

RGB032131-
CMYK10.7600.49
HSL225.34º100%25.69%-
HSV(B)225.34º100%51.37%-
XYZ4.612.6721.75-
YUV33.72182.9103.95-

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.63%
BLUE value IS 131 (51.56% from 255) = 80.37%
R=0%
G=19.63%
B=80.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal03213110.7600.49225.3410025.69
Hex02083644C031e1641a
Octal04020314411406134114432
Binary01000001000001111001001001100011000111100001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002083; }

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

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

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

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

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

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

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

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