#002762

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

Shades of Sapphire #002762

Tints of Sapphire #002762

Color information

#002762 (or 0x002762) is unknown color: approx Sapphire. HEX triplet: 00, 27 and 62. RGB value is (0,39,98). Sum of RGB (Red+Green+Blue) = 0+39+98=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 98 (38.67% from 255 or 71.53% from 137); Max value from RGB is 98 - color contains mainly: blue. Hex color #002762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002762 is #FFD89D. Grayscale: #212121. Windows color (decimal): -16767134 or 6432512. OLE color: 6432512.

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

Color convert

RGB03998-
CMYK10.6000.62
HSL216.12º100%19.22%-
HSV(B)216.12º100%38.43%-
XYZ2.932.3311.85-
YUV34.06164.08103.7-

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.47%
BLUE value IS 98 (38.67% from 255) = 71.53%
R=0%
G=28.47%
B=71.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0399810.6000.62216.1210019.22
Hex02762643C03Ed86413
Octal0471421447407633014423
Binary010011111000101100100111100011111011011000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002762; }

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

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

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

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

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

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

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

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