#002968

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

Shades of Sapphire #002968

Tints of Sapphire #002968

Color information

#002968 (or 0x002968) is unknown color: approx Sapphire. HEX triplet: 00, 29 and 68. RGB value is (0,41,104). Sum of RGB (Red+Green+Blue) = 0+41+104=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 104 (41.02% from 255 or 71.72% from 145); Max value from RGB is 104 - color contains mainly: blue. Hex color #002968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002968 is #FFD697. Grayscale: #232323. Windows color (decimal): -16766616 or 6826240. OLE color: 6826240.

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

Color convert

RGB041104-
CMYK10.6100.59
HSL216.35º100%20.39%-
HSV(B)216.35º100%40.78%-
XYZ3.292.5913.42-
YUV35.92166.42102.38-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 41 (16.41% from 255) = 28.28%
BLUE value IS 104 (41.02% from 255) = 71.72%
R=0%
G=28.28%
B=71.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal04110410.6100.59216.3510020.39
Hex02968643D03Bd86414
Octal0511501447507333014424
Binary010100111010001100100111101011101111011000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002968; }

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

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

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

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

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

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

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

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