#001066

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

Shades of Sapphire #001066

Tints of Sapphire #001066

Color information

#001066 (or 0x001066) is unknown color: approx Sapphire. HEX triplet: 00, 10 and 66. RGB value is (0,16,102). Sum of RGB (Red+Green+Blue) = 0+16+102=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 102 (40.23% from 255 or 86.44% from 118); Max value from RGB is 102 - color contains mainly: blue. Hex color #001066 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001066 is #FFEF99. Grayscale: #141414. Windows color (decimal): -16773018 or 6688768. OLE color: 6688768.

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

Color convert

RGB016102-
CMYK10.8400.6
HSL230.59º100%20%-
HSV(B)230.59º100%40%-
XYZ2.581.3312.69-
YUV21.02173.7113.01-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 16 (6.64% from 255) = 13.56%
BLUE value IS 102 (40.23% from 255) = 86.44%
R=0%
G=13.56%
B=86.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal01610210.8400.6230.5910020
Hex01066645403Ce76414
Octal02014614412407434714424
Binary010000110011011001001010100011110011100111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001066; }

 p { color: rgb(0,16,102); }

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

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

 a { background-color: rgb(0,16,102); }

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

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

 span { border-color: rgb(0,16,102); }

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