#01084C

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

Shades of Sapphire #01084C

Tints of Sapphire #01084C

Color information

#01084C (or 0x01084C) is unknown color: approx Sapphire. HEX triplet: 01, 08 and 4C. RGB value is (1,8,76). Sum of RGB (Red+Green+Blue) = 1+8+76=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 76 (30.08% from 255 or 89.41% from 85); Max value from RGB is 76 - color contains mainly: blue. Hex color #01084C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01084C is #FEF7B3. Grayscale: #0D0D0D. Windows color (decimal): -16709556 or 4982785. OLE color: 4982785.

HSL color Cylindrical-coordinate representation of color #01084C: hue angle of 234.4º 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 #01084C is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB1876-
CMYK0.990.8900.70
HSL234.4º97.4%15.1%-
HSV(B)234.4º98.68%29.8%-
XYZ1.40.76.9-
YUV13.66163.18118.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.18%
GREEN value IS 8 (3.52% from 255) = 9.41%
BLUE value IS 76 (30.08% from 255) = 89.41%
R=1.18%
G=9.41%
B=89.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal18760.990.8900.70234.497.415.1
Hex184C6359046ea61f
Octal110114143131010635214117
Binary11000100110011000111011001010001101110101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01084C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01084C; }

 p { color: rgb(1,8,76); }

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

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

 a { background-color: rgb(1,8,76); }

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

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

 span { border-color: rgb(1,8,76); }

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