#00104D

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

Shades of Sapphire #00104D

Tints of Sapphire #00104D

Color information

#00104D (or 0x00104D) is unknown color: approx Sapphire. HEX triplet: 00, 10 and 4D. RGB value is (0,16,77). Sum of RGB (Red+Green+Blue) = 0+16+77=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 77 (30.47% from 255 or 82.80% from 93); Max value from RGB is 77 - color contains mainly: blue. Hex color #00104D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00104D is #FFEFB2. Grayscale: #111111. Windows color (decimal): -16773043 or 5050368. OLE color: 5050368.

HSL color Cylindrical-coordinate representation of color #00104D: hue angle of 227.53º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00104D is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB01677-
CMYK10.7900.70
HSL227.53º100%15.1%-
HSV(B)227.53º100%30.2%-
XYZ1.520.917.12-
YUV18.17161.2115.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 16 (6.64% from 255) = 17.20%
BLUE value IS 77 (30.47% from 255) = 82.80%
R=0%
G=17.20%
B=82.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal0167710.7900.70227.5310015.1
Hex0104D644F046e464f
Octal020115144117010634414417
Binary010000100110111001001001111010001101110010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00104D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00104D; }

 p { color: rgb(0,16,77); }

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

<style>
 a { background-color: #00104D; }

 a { background-color: rgb(0,16,77); }

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

<style>
 span { border-color: #00104D; }

 span { border-color: rgb(0,16,77); }

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