#030F55

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

Shades of Sapphire #030F55

Tints of Sapphire #030F55

Color information

#030F55 (or 0x030F55) is unknown color: approx Sapphire. HEX triplet: 03, 0F and 55. RGB value is (3,15,85). Sum of RGB (Red+Green+Blue) = 3+15+85=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 85 (33.59% from 255 or 82.52% from 103); Max value from RGB is 85 - color contains mainly: blue. Hex color #030F55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030F55 is #FCF0AA. Grayscale: #131313. Windows color (decimal): -16576683 or 5574403. OLE color: 5574403.

HSL color Cylindrical-coordinate representation of color #030F55: hue angle of 231.22º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030F55 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB31585-
CMYK0.960.8200.67
HSL231.22º93.18%17.25%-
HSV(B)231.22º96.47%33.33%-
XYZ1.851.028.69-
YUV19.39165.02116.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.91%
GREEN value IS 15 (6.25% from 255) = 14.56%
BLUE value IS 85 (33.59% from 255) = 82.52%
R=2.91%
G=14.56%
B=82.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal315850.960.8200.67231.2293.1817.25
Hex3F556052043e75d11
Octal317125140122010334713521
Binary1111111010101110000010100100100001111100111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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