#01064E

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

Shades of Sapphire #01064E

Tints of Sapphire #01064E

Color information

#01064E (or 0x01064E) is unknown color: approx Sapphire. HEX triplet: 01, 06 and 4E. RGB value is (1,6,78). Sum of RGB (Red+Green+Blue) = 1+6+78=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 78 (30.86% from 255 or 91.76% from 85); Max value from RGB is 78 - color contains mainly: blue. Hex color #01064E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01064E is #FEF9B1. Grayscale: #0C0C0C. Windows color (decimal): -16710066 or 5113345. OLE color: 5113345.

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

Color convert

RGB1678-
CMYK0.990.9200.69
HSL236.1º97.47%15.49%-
HSV(B)236.1º98.72%30.59%-
XYZ1.450.697.26-
YUV12.71164.84119.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.18%
GREEN value IS 6 (2.73% from 255) = 7.06%
BLUE value IS 78 (30.86% from 255) = 91.76%
R=1.18%
G=7.06%
B=91.76%

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
Decimal16780.990.9200.69236.197.4715.49
Hex164E635C045ec61f
Octal16116143134010535414117
Binary1110100111011000111011100010001011110110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01064E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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