#03184D

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

Shades of Sapphire #03184D

Tints of Sapphire #03184D

Color information

#03184D (or 0x03184D) is unknown color: approx Sapphire. HEX triplet: 03, 18 and 4D. RGB value is (3,24,77). Sum of RGB (Red+Green+Blue) = 3+24+77=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 77 (30.47% from 255 or 74.04% from 104); Max value from RGB is 77 - color contains mainly: blue. Hex color #03184D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03184D is #FCE7B2. Grayscale: #171717. Windows color (decimal): -16574387 or 5052419. OLE color: 5052419.

HSL color Cylindrical-coordinate representation of color #03184D: hue angle of 222.97º 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 #03184D is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB32477-
CMYK0.960.6900.70
HSL222.97º92.5%15.69%-
HSV(B)222.97º96.1%30.2%-
XYZ1.71.217.16-
YUV23.76158.04113.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 24 (9.77% from 255) = 23.08%
BLUE value IS 77 (30.47% from 255) = 74.04%
R=2.88%
G=23.08%
B=74.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal324770.960.6900.70222.9792.515.69
Hex3184D6045046df5c10
Octal330115140105010633713420
Binary11110001001101110000010001010100011011011111101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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