#03184E

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

Shades of Sapphire #03184E

Tints of Sapphire #03184E

Color information

#03184E (or 0x03184E) is unknown color: approx Sapphire. HEX triplet: 03, 18 and 4E. RGB value is (3,24,78). Sum of RGB (Red+Green+Blue) = 3+24+78=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 78 (30.86% from 255 or 74.29% from 105); Max value from RGB is 78 - color contains mainly: blue. Hex color #03184E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03184E is #FCE7B1. Grayscale: #171717. Windows color (decimal): -16574386 or 5117955. OLE color: 5117955.

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

Color convert

RGB32478-
CMYK0.960.6900.69
HSL223.2º92.59%15.88%-
HSV(B)223.2º96.15%30.59%-
XYZ1.741.227.35-
YUV23.88158.54113.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 24 (9.77% from 255) = 22.86%
BLUE value IS 78 (30.86% from 255) = 74.29%
R=2.86%
G=22.86%
B=74.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal324780.960.6900.69223.292.5915.88
Hex3184E6045045df5d10
Octal330116140105010533713520
Binary11110001001110110000010001010100010111011111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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