#03145A

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

Shades of Sapphire #03145A

Tints of Sapphire #03145A

Color information

#03145A (or 0x03145A) is unknown color: approx Sapphire. HEX triplet: 03, 14 and 5A. RGB value is (3,20,90). Sum of RGB (Red+Green+Blue) = 3+20+90=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 90 (35.55% from 255 or 79.65% from 113); Max value from RGB is 90 - color contains mainly: blue. Hex color #03145A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03145A is #FCEBA5. Grayscale: #161616. Windows color (decimal): -16575398 or 5903363. OLE color: 5903363.

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

Color convert

RGB32090-
CMYK0.970.7800.65
HSL228.28º93.55%18.24%-
HSV(B)228.28º96.67%35.29%-
XYZ2.131.269.8-
YUV22.9165.87113.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.65%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 90 (35.55% from 255) = 79.65%
R=2.65%
G=17.70%
B=79.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal320900.970.7800.65228.2893.5518.24
Hex3145A614E041e45e12
Octal324132141116010134413622
Binary11101001011010110000110011100100000111100100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03145A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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