#01084E

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

Shades of Sapphire #01084E

Tints of Sapphire #01084E

Color information

#01084E (or 0x01084E) is unknown color: approx Sapphire. HEX triplet: 01, 08 and 4E. RGB value is (1,8,78). Sum of RGB (Red+Green+Blue) = 1+8+78=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 8 (3.52% from 255 or 9.20% from 87); Blue value is 78 (30.86% from 255 or 89.66% from 87); Max value from RGB is 78 - color contains mainly: blue. Hex color #01084E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01084E is #FEF7B1. Grayscale: #0D0D0D. Windows color (decimal): -16709554 or 5113857. OLE color: 5113857.

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

Color convert

RGB1878-
CMYK0.990.9000.69
HSL234.55º97.47%15.49%-
HSV(B)234.55º98.72%30.59%-
XYZ1.470.737.27-
YUV13.89164.18118.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.15%
GREEN value IS 8 (3.52% from 255) = 9.20%
BLUE value IS 78 (30.86% from 255) = 89.66%
R=1.15%
G=9.20%
B=89.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal18780.990.9000.69234.5597.4715.49
Hex184E635A045eb61f
Octal110116143132010535314117
Binary11000100111011000111011010010001011110101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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