#01064B

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

Shades of Sapphire #01064B

Tints of Sapphire #01064B

Color information

#01064B (or 0x01064B) is unknown color: approx Sapphire. HEX triplet: 01, 06 and 4B. RGB value is (1,6,75). Sum of RGB (Red+Green+Blue) = 1+6+75=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 6 (2.73% from 255 or 7.32% from 82); Blue value is 75 (29.69% from 255 or 91.46% from 82); Max value from RGB is 75 - color contains mainly: blue. Hex color #01064B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01064B is #FEF9B4. Grayscale: #0C0C0C. Windows color (decimal): -16710069 or 4916737. OLE color: 4916737.

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

Color convert

RGB1675-
CMYK0.990.9200.71
HSL235.95º97.37%14.9%-
HSV(B)235.95º98.67%29.41%-
XYZ1.350.646.71-
YUV12.37163.34119.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.22%
GREEN value IS 6 (2.73% from 255) = 7.32%
BLUE value IS 75 (29.69% from 255) = 91.46%
R=1.22%
G=7.32%
B=91.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal16750.990.9200.71235.9597.3714.9
Hex164B635C047ec61f
Octal16113143134010735414117
Binary1110100101111000111011100010001111110110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01064B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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