#002669

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

Shades of Sapphire #002669

Tints of Sapphire #002669

Color information

#002669 (or 0x002669) is unknown color: approx Sapphire. HEX triplet: 00, 26 and 69. RGB value is (0,38,105). Sum of RGB (Red+Green+Blue) = 0+38+105=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 105 (41.41% from 255 or 73.43% from 143); Max value from RGB is 105 - color contains mainly: blue. Hex color #002669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002669 is #FFD996. Grayscale: #212121. Windows color (decimal): -16767383 or 6891008. OLE color: 6891008.

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

Color convert

RGB038105-
CMYK10.6400.59
HSL218.29º100%20.59%-
HSV(B)218.29º100%41.18%-
XYZ3.242.4113.66-
YUV34.28167.91103.55-

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.57%
BLUE value IS 105 (41.41% from 255) = 73.43%
R=0%
G=26.57%
B=73.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal03810510.6400.59218.2910020.59
Hex02669644003Bda6415
Octal04615114410007333214425
Binary0100110110100111001001000000011101111011010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002669; }

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

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

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

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

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

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

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

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