#002668

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

Shades of Sapphire #002668

Tints of Sapphire #002668

Color information

#002668 (or 0x002668) is unknown color: approx Sapphire. HEX triplet: 00, 26 and 68. RGB value is (0,38,104). Sum of RGB (Red+Green+Blue) = 0+38+104=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 104 (41.02% from 255 or 73.24% from 142); Max value from RGB is 104 - color contains mainly: blue. Hex color #002668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002668 is #FFD997. Grayscale: #212121. Windows color (decimal): -16767384 or 6825472. OLE color: 6825472.

HSL color Cylindrical-coordinate representation of color #002668: hue angle of 218.08º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002668 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB038104-
CMYK10.6300.59
HSL218.08º100%20.39%-
HSV(B)218.08º100%40.78%-
XYZ3.192.3913.39-
YUV34.16167.41103.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 38 (15.23% from 255) = 26.76%
BLUE value IS 104 (41.02% from 255) = 73.24%
R=0%
G=26.76%
B=73.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal03810410.6300.59218.0810020.39
Hex02668643F03Bda6414
Octal0461501447707333214424
Binary010011011010001100100111111011101111011010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002668; }

 p { color: rgb(0,38,104); }

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

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

 a { background-color: rgb(0,38,104); }

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

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

 span { border-color: rgb(0,38,104); }

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