#0F3067

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

Shades of Sapphire #0F3067

Tints of Sapphire #0F3067

Color information

#0F3067 (or 0x0F3067) is unknown color: approx Sapphire. HEX triplet: 0F, 30 and 67. RGB value is (15,48,103). Sum of RGB (Red+Green+Blue) = 15+48+103=166 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.04% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 103 (40.62% from 255 or 62.05% from 166); Max value from RGB is 103 - color contains mainly: blue. Hex color #0F3067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3067 is #F0CF98. Grayscale: #2C2C2C. Windows color (decimal): -15781785 or 6762511. OLE color: 6762511.

HSL color Cylindrical-coordinate representation of color #0F3067: hue angle of 217.5º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F3067 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1548103-
CMYK0.850.5300.60
HSL217.5º74.58%23.14%-
HSV(B)217.5º85.44%40.39%-
XYZ3.73.1913.25-
YUV44.4161.07107.03-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.04%
GREEN value IS 48 (19.14% from 255) = 28.92%
BLUE value IS 103 (40.62% from 255) = 62.05%
R=9.04%
G=28.92%
B=62.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal15481030.850.5300.60217.574.5823.14
HexF3067553503Cda4b17
Octal17601471256507433211327
Binary111111000011001111010101110101011110011011010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F3067; }

 p { color: rgb(15,48,103); }

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

<style>
 a { background-color: #0F3067; }

 a { background-color: rgb(15,48,103); }

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

<style>
 span { border-color: #0F3067; }

 span { border-color: rgb(15,48,103); }

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