#01064D

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

Shades of Sapphire #01064D

Tints of Sapphire #01064D

Color information

#01064D (or 0x01064D) is unknown color: approx Sapphire. HEX triplet: 01, 06 and 4D. RGB value is (1,6,77). Sum of RGB (Red+Green+Blue) = 1+6+77=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 77 (30.47% from 255 or 91.67% from 84); Max value from RGB is 77 - color contains mainly: blue. Hex color #01064D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01064D is #FEF9B2. Grayscale: #0C0C0C. Windows color (decimal): -16710067 or 5047809. OLE color: 5047809.

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

Color convert

RGB1677-
CMYK0.990.9200.70
HSL236.05º97.44%15.29%-
HSV(B)236.05º98.7%30.2%-
XYZ1.420.677.08-
YUV12.6164.34119.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.19%
GREEN value IS 6 (2.73% from 255) = 7.14%
BLUE value IS 77 (30.47% from 255) = 91.67%
R=1.19%
G=7.14%
B=91.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal16770.990.9200.70236.0597.4415.29
Hex164D635C046ec61f
Octal16115143134010635414117
Binary1110100110111000111011100010001101110110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01064D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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