#01094E

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

Shades of Sapphire #01094E

Tints of Sapphire #01094E

Color information

#01094E (or 0x01094E) is unknown color: approx Sapphire. HEX triplet: 01, 09 and 4E. RGB value is (1,9,78). Sum of RGB (Red+Green+Blue) = 1+9+78=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 9 (3.91% from 255 or 10.23% from 88); Blue value is 78 (30.86% from 255 or 88.64% from 88); Max value from RGB is 78 - color contains mainly: blue. Hex color #01094E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01094E is #FEF6B1. Grayscale: #0E0E0E. Windows color (decimal): -16709298 or 5114113. OLE color: 5114113.

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

Color convert

RGB1978-
CMYK0.990.8800.69
HSL233.77º97.47%15.49%-
HSV(B)233.77º98.72%30.59%-
XYZ1.490.757.27-
YUV14.47163.85118.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.14%
GREEN value IS 9 (3.91% from 255) = 10.23%
BLUE value IS 78 (30.86% from 255) = 88.64%
R=1.14%
G=10.23%
B=88.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal19780.990.8800.69233.7797.4715.49
Hex194E6358045ea61f
Octal111116143130010535214117
Binary11001100111011000111011000010001011110101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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