#03185A

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

Shades of Sapphire #03185A

Tints of Sapphire #03185A

Color information

#03185A (or 0x03185A) is unknown color: approx Sapphire. HEX triplet: 03, 18 and 5A. RGB value is (3,24,90). Sum of RGB (Red+Green+Blue) = 3+24+90=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 90 (35.55% from 255 or 76.92% from 117); Max value from RGB is 90 - color contains mainly: blue. Hex color #03185A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03185A is #FCE7A5. Grayscale: #181818. Windows color (decimal): -16574374 or 5904387. OLE color: 5904387.

HSL color Cylindrical-coordinate representation of color #03185A: hue angle of 225.52º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03185A is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB32490-
CMYK0.970.7300.65
HSL225.52º93.55%18.24%-
HSV(B)225.52º96.67%35.29%-
XYZ2.211.419.83-
YUV25.24164.54112.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.56%
GREEN value IS 24 (9.77% from 255) = 20.51%
BLUE value IS 90 (35.55% from 255) = 76.92%
R=2.56%
G=20.51%
B=76.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal324900.970.7300.65225.5293.5518.24
Hex3185A6149041e25e12
Octal330132141111010134213622
Binary11110001011010110000110010010100000111100010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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