#03185C

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

Shades of Sapphire #03185C

Tints of Sapphire #03185C

Color information

#03185C (or 0x03185C) is unknown color: approx Sapphire. HEX triplet: 03, 18 and 5C. RGB value is (3,24,92). Sum of RGB (Red+Green+Blue) = 3+24+92=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 92 (36.33% from 255 or 77.31% from 119); Max value from RGB is 92 - color contains mainly: blue. Hex color #03185C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03185C is #FCE7A3. Grayscale: #191919. Windows color (decimal): -16574372 or 6035459. OLE color: 6035459.

HSL color Cylindrical-coordinate representation of color #03185C: hue angle of 225.84º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03185C is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB32492-
CMYK0.970.7400.64
HSL225.84º93.68%18.63%-
HSV(B)225.84º96.74%36.08%-
XYZ2.31.4510.28-
YUV25.47165.54111.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.52%
GREEN value IS 24 (9.77% from 255) = 20.17%
BLUE value IS 92 (36.33% from 255) = 77.31%
R=2.52%
G=20.17%
B=77.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal324920.970.7400.64225.8493.6818.63
Hex3185C614A040e25e13
Octal330134141112010034213623
Binary11110001011100110000110010100100000011100010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03185C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03185C; }

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

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

<style>
 a { background-color: #03185C; }

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

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

<style>
 span { border-color: #03185C; }

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

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