#030D60

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

Shades of Sapphire #030D60

Tints of Sapphire #030D60

Color information

#030D60 (or 0x030D60) is unknown color: approx Sapphire. HEX triplet: 03, 0D and 60. RGB value is (3,13,96). Sum of RGB (Red+Green+Blue) = 3+13+96=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 13 (5.47% from 255 or 11.61% from 112); Blue value is 96 (37.89% from 255 or 85.71% from 112); Max value from RGB is 96 - color contains mainly: blue. Hex color #030D60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D60 is #FCF29F. Grayscale: #131313. Windows color (decimal): -16577184 or 6294787. OLE color: 6294787.

HSL color Cylindrical-coordinate representation of color #030D60: hue angle of 233.55º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030D60 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB31396-
CMYK0.970.8600.62
HSL233.55º93.94%19.41%-
HSV(B)233.55º96.88%37.65%-
XYZ2.291.1511.17-
YUV19.47171.19116.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.68%
GREEN value IS 13 (5.47% from 255) = 11.61%
BLUE value IS 96 (37.89% from 255) = 85.71%
R=2.68%
G=11.61%
B=85.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal313960.970.8600.62233.5593.9419.41
Hex3D60615603Eea5e13
Octal31514014112607635213623
Binary111101110000011000011010110011111011101010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030D60; }

 p { color: rgb(3,13,96); }

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

<style>
 a { background-color: #030D60; }

 a { background-color: rgb(3,13,96); }

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

<style>
 span { border-color: #030D60; }

 span { border-color: rgb(3,13,96); }

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