#03145C

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

Shades of Sapphire #03145C

Tints of Sapphire #03145C

Color information

#03145C (or 0x03145C) is unknown color: approx Sapphire. HEX triplet: 03, 14 and 5C. RGB value is (3,20,92). Sum of RGB (Red+Green+Blue) = 3+20+92=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 92 (36.33% from 255 or 80% from 115); Max value from RGB is 92 - color contains mainly: blue. Hex color #03145C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03145C is #FCEBA3. Grayscale: #161616. Windows color (decimal): -16575396 or 6034435. OLE color: 6034435.

HSL color Cylindrical-coordinate representation of color #03145C: hue angle of 228.54º 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 #03145C is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB32092-
CMYK0.970.7800.64
HSL228.54º93.68%18.63%-
HSV(B)228.54º96.74%36.08%-
XYZ2.221.2910.26-
YUV23.12166.87113.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 20 (8.20% from 255) = 17.39%
BLUE value IS 92 (36.33% from 255) = 80%
R=2.61%
G=17.39%
B=80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal320920.970.7800.64228.5493.6818.63
Hex3145C614E040e55e13
Octal324134141116010034513623
Binary11101001011100110000110011100100000011100101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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