#001965

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

Shades of Sapphire #001965

Tints of Sapphire #001965

Color information

#001965 (or 0x001965) is unknown color: approx Sapphire. HEX triplet: 00, 19 and 65. RGB value is (0,25,101). Sum of RGB (Red+Green+Blue) = 0+25+101=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 101 (39.84% from 255 or 80.16% from 126); Max value from RGB is 101 - color contains mainly: blue. Hex color #001965 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001965 is #FFE69A. Grayscale: #191919. Windows color (decimal): -16770715 or 6625536. OLE color: 6625536.

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

Color convert

RGB025101-
CMYK10.7500.60
HSL225.15º100%19.8%-
HSV(B)225.15º100%39.61%-
XYZ2.71.6312.49-
YUV26.19170.22109.32-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 19.84%
BLUE value IS 101 (39.84% from 255) = 80.16%
R=0%
G=19.84%
B=80.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal02510110.7500.60225.1510019.8
Hex01965644B03Ce16414
Octal03114514411307434114424
Binary011001110010111001001001011011110011100001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001965; }

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

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

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

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

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

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

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

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