#03104F

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

Shades of Sapphire #03104F

Tints of Sapphire #03104F

Color information

#03104F (or 0x03104F) is unknown color: approx Sapphire. HEX triplet: 03, 10 and 4F. RGB value is (3,16,79). Sum of RGB (Red+Green+Blue) = 3+16+79=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 79 (31.25% from 255 or 80.61% from 98); Max value from RGB is 79 - color contains mainly: blue. Hex color #03104F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03104F is #FCEFB0. Grayscale: #131313. Windows color (decimal): -16576433 or 5181443. OLE color: 5181443.

HSL color Cylindrical-coordinate representation of color #03104F: hue angle of 229.74º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03104F is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB31679-
CMYK0.960.8000.69
HSL229.74º92.68%16.08%-
HSV(B)229.74º96.2%30.98%-
XYZ1.630.957.5-
YUV19.3161.69116.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.06%
GREEN value IS 16 (6.64% from 255) = 16.33%
BLUE value IS 79 (31.25% from 255) = 80.61%
R=3.06%
G=16.33%
B=80.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal316790.960.8000.69229.7492.6816.08
Hex3104F6050045e65d10
Octal320117140120010534613520
Binary11100001001111110000010100000100010111100110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03104F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03104F; }

 p { color: rgb(3,16,79); }

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

<style>
 a { background-color: #03104F; }

 a { background-color: rgb(3,16,79); }

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

<style>
 span { border-color: #03104F; }

 span { border-color: rgb(3,16,79); }

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