#01074E

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

Shades of Sapphire #01074E

Tints of Sapphire #01074E

Color information

#01074E (or 0x01074E) is unknown color: approx Sapphire. HEX triplet: 01, 07 and 4E. RGB value is (1,7,78). Sum of RGB (Red+Green+Blue) = 1+7+78=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 7 (3.12% from 255 or 8.14% from 86); Blue value is 78 (30.86% from 255 or 90.70% from 86); Max value from RGB is 78 - color contains mainly: blue. Hex color #01074E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01074E is #FEF8B1. Grayscale: #0D0D0D. Windows color (decimal): -16709810 or 5113601. OLE color: 5113601.

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

Color convert

RGB1778-
CMYK0.990.9100.69
HSL235.32º97.47%15.49%-
HSV(B)235.32º98.72%30.59%-
XYZ1.460.717.27-
YUV13.3164.51119.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.16%
GREEN value IS 7 (3.12% from 255) = 8.14%
BLUE value IS 78 (30.86% from 255) = 90.70%
R=1.16%
G=8.14%
B=90.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal17780.990.9100.69235.3297.4715.49
Hex174E635B045eb61f
Octal17116143133010535314117
Binary1111100111011000111011011010001011110101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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