#030F65

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

Shades of Sapphire #030F65

Tints of Sapphire #030F65

Color information

#030F65 (or 0x030F65) is unknown color: approx Sapphire. HEX triplet: 03, 0F and 65. RGB value is (3,15,101). Sum of RGB (Red+Green+Blue) = 3+15+101=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 101 (39.84% from 255 or 84.87% from 119); Max value from RGB is 101 - color contains mainly: blue. Hex color #030F65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030F65 is #FCF09A. Grayscale: #141414. Windows color (decimal): -16576667 or 6622979. OLE color: 6622979.

HSL color Cylindrical-coordinate representation of color #030F65: hue angle of 232.65º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030F65 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB315101-
CMYK0.970.8500.60
HSL232.65º94.23%20.39%-
HSV(B)232.65º97.03%39.61%-
XYZ2.561.312.43-
YUV21.22173.02115.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.52%
GREEN value IS 15 (6.25% from 255) = 12.61%
BLUE value IS 101 (39.84% from 255) = 84.87%
R=2.52%
G=12.61%
B=84.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3151010.970.8500.60232.6594.2320.39
Hex3F65615503Ce95e14
Octal31714514112507435113624
Binary111111110010111000011010101011110011101001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,15,101); }

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

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

 a { background-color: rgb(3,15,101); }

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

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

 span { border-color: rgb(3,15,101); }

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