#01094C

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

Shades of Sapphire #01094C

Tints of Sapphire #01094C

Color information

#01094C (or 0x01094C) is unknown color: approx Sapphire. HEX triplet: 01, 09 and 4C. RGB value is (1,9,76). Sum of RGB (Red+Green+Blue) = 1+9+76=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 76 (30.08% from 255 or 88.37% from 86); Max value from RGB is 76 - color contains mainly: blue. Hex color #01094C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01094C is #FEF6B3. Grayscale: #0D0D0D. Windows color (decimal): -16709300 or 4983041. OLE color: 4983041.

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

Color convert

RGB1976-
CMYK0.990.8800.70
HSL233.6º97.4%15.1%-
HSV(B)233.6º98.68%29.8%-
XYZ1.410.726.9-
YUV14.25162.85118.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.16%
GREEN value IS 9 (3.91% from 255) = 10.47%
BLUE value IS 76 (30.08% from 255) = 88.37%
R=1.16%
G=10.47%
B=88.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal19760.990.8800.70233.697.415.1
Hex194C6358046ea61f
Octal111114143130010635214117
Binary11001100110011000111011000010001101110101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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