#001650

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

Shades of Sapphire #001650

Tints of Sapphire #001650

Color information

#001650 (or 0x001650) is unknown color: approx Sapphire. HEX triplet: 00, 16 and 50. RGB value is (0,22,80). Sum of RGB (Red+Green+Blue) = 0+22+80=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 80 (31.64% from 255 or 78.43% from 102); Max value from RGB is 80 - color contains mainly: blue. Hex color #001650 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001650 is #FFE9AF. Grayscale: #151515. Windows color (decimal): -16771504 or 5248512. OLE color: 5248512.

HSL color Cylindrical-coordinate representation of color #001650: hue angle of 223.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001650 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB02280-
CMYK10.7200.69
HSL223.5º100%15.69%-
HSV(B)223.5º100%31.37%-
XYZ1.731.157.72-
YUV22.03160.71112.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 22 (8.98% from 255) = 21.57%
BLUE value IS 80 (31.64% from 255) = 78.43%
R=0%
G=21.57%
B=78.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal0228010.7200.69223.510015.69
Hex016506448045e06410
Octal026120144110010534014420
Binary0101101010000110010010010000100010111100000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001650; }

 p { color: rgb(0,22,80); }

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

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

 a { background-color: rgb(0,22,80); }

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

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

 span { border-color: rgb(0,22,80); }

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