#002965

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

Shades of Sapphire #002965

Tints of Sapphire #002965

Color information

#002965 (or 0x002965) is unknown color: approx Sapphire. HEX triplet: 00, 29 and 65. RGB value is (0,41,101). Sum of RGB (Red+Green+Blue) = 0+41+101=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 101 (39.84% from 255 or 71.13% from 142); Max value from RGB is 101 - color contains mainly: blue. Hex color #002965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002965 is #FFD69A. Grayscale: #232323. Windows color (decimal): -16766619 or 6629632. OLE color: 6629632.

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

Color convert

RGB041101-
CMYK10.5900.60
HSL215.64º100%19.8%-
HSV(B)215.64º100%39.61%-
XYZ3.142.5312.63-
YUV35.58164.92102.62-

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.87%
BLUE value IS 101 (39.84% from 255) = 71.13%
R=0%
G=28.87%
B=71.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal04110110.5900.60215.6410019.8
Hex02965643B03Cd86414
Octal0511451447307433014424
Binary010100111001011100100111011011110011011000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002965; }

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

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

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

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

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

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

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

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