#002869

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

Shades of Sapphire #002869

Tints of Sapphire #002869

Color information

#002869 (or 0x002869) is unknown color: approx Sapphire. HEX triplet: 00, 28 and 69. RGB value is (0,40,105). Sum of RGB (Red+Green+Blue) = 0+40+105=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 105 (41.41% from 255 or 72.41% from 145); Max value from RGB is 105 - color contains mainly: blue. Hex color #002869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002869 is #FFD796. Grayscale: #232323. Windows color (decimal): -16766871 or 6891520. OLE color: 6891520.

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

Color convert

RGB040105-
CMYK10.6200.59
HSL217.14º100%20.59%-
HSV(B)217.14º100%41.18%-
XYZ3.312.5413.68-
YUV35.45167.25102.71-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 40 (16.02% from 255) = 27.59%
BLUE value IS 105 (41.41% from 255) = 72.41%
R=0%
G=27.59%
B=72.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal04010510.6200.59217.1410020.59
Hex02869643E03Bd96415
Octal0501511447607333114425
Binary010100011010011100100111110011101111011001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002869; }

 p { color: rgb(0,40,105); }

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

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

 a { background-color: rgb(0,40,105); }

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

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

 span { border-color: rgb(0,40,105); }

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