#01064F

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

Shades of Sapphire #01064F

Tints of Sapphire #01064F

Color information

#01064F (or 0x01064F) is unknown color: approx Sapphire. HEX triplet: 01, 06 and 4F. RGB value is (1,6,79). Sum of RGB (Red+Green+Blue) = 1+6+79=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 79 (31.25% from 255 or 91.86% from 86); Max value from RGB is 79 - color contains mainly: blue. Hex color #01064F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01064F is #FEF9B0. Grayscale: #0C0C0C. Windows color (decimal): -16710065 or 5178881. OLE color: 5178881.

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

Color convert

RGB1679-
CMYK0.990.9200.69
HSL236.15º97.5%15.69%-
HSV(B)236.15º98.73%30.98%-
XYZ1.490.77.45-
YUV12.83165.34119.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.16%
GREEN value IS 6 (2.73% from 255) = 6.98%
BLUE value IS 79 (31.25% from 255) = 91.86%
R=1.16%
G=6.98%
B=91.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal16790.990.9200.69236.1597.515.69
Hex164F635C045ec6210
Octal16117143134010535414220
Binary11101001111110001110111000100010111101100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01064F; }

 p { color: rgb(1,6,79); }

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

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

 a { background-color: rgb(1,6,79); }

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

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

 span { border-color: rgb(1,6,79); }

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