#002763

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

Shades of Sapphire #002763

Tints of Sapphire #002763

Color information

#002763 (or 0x002763) is unknown color: approx Sapphire. HEX triplet: 00, 27 and 63. RGB value is (0,39,99). Sum of RGB (Red+Green+Blue) = 0+39+99=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 99 (39.06% from 255 or 71.74% from 138); Max value from RGB is 99 - color contains mainly: blue. Hex color #002763 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002763 is #FFD89C. Grayscale: #212121. Windows color (decimal): -16767133 or 6498048. OLE color: 6498048.

HSL color Cylindrical-coordinate representation of color #002763: hue angle of 216.36º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002763 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB03999-
CMYK10.6100.61
HSL216.36º100%19.41%-
HSV(B)216.36º100%38.82%-
XYZ2.982.3512.1-
YUV34.18164.58103.62-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 39 (15.62% from 255) = 28.26%
BLUE value IS 99 (39.06% from 255) = 71.74%
R=0%
G=28.26%
B=71.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal0399910.6100.61216.3610019.41
Hex02763643D03Dd86413
Octal0471431447507533014423
Binary010011111000111100100111101011110111011000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002763; }

 p { color: rgb(0,39,99); }

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

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

 a { background-color: rgb(0,39,99); }

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

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

 span { border-color: rgb(0,39,99); }

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