#03084D

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

Shades of Sapphire #03084D

Tints of Sapphire #03084D

Color information

#03084D (or 0x03084D) is unknown color: approx Sapphire. HEX triplet: 03, 08 and 4D. RGB value is (3,8,77). Sum of RGB (Red+Green+Blue) = 3+8+77=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 77 (30.47% from 255 or 87.5% from 88); Max value from RGB is 77 - color contains mainly: blue. Hex color #03084D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03084D is #FCF7B2. Grayscale: #0E0E0E. Windows color (decimal): -16578483 or 5048323. OLE color: 5048323.

HSL color Cylindrical-coordinate representation of color #03084D: hue angle of 235.95º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03084D is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB3877-
CMYK0.960.9000.70
HSL235.95º92.5%15.69%-
HSV(B)235.95º96.1%30.2%-
XYZ1.460.737.08-
YUV14.37163.34119.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.41%
GREEN value IS 8 (3.52% from 255) = 9.09%
BLUE value IS 77 (30.47% from 255) = 87.5%
R=3.41%
G=9.09%
B=87.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal38770.960.9000.70235.9592.515.69
Hex384D605A046ec5c10
Octal310115140132010635413420
Binary1110001001101110000010110100100011011101100101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,8,77); }

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

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

 a { background-color: rgb(3,8,77); }

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

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

 span { border-color: rgb(3,8,77); }

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