#0F2953

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

Shades of Sapphire #0F2953

Tints of Sapphire #0F2953

Color information

#0F2953 (or 0x0F2953) is unknown color: approx Sapphire. HEX triplet: 0F, 29 and 53. RGB value is (15,41,83). Sum of RGB (Red+Green+Blue) = 15+41+83=139 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.79% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #0F2953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2953 is #F0D6AC. Grayscale: #252525. Windows color (decimal): -15783597 or 5449999. OLE color: 5449999.

HSL color Cylindrical-coordinate representation of color #0F2953: hue angle of 217.06º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F2953 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB154183-
CMYK0.820.5100.67
HSL217.06º69.39%19.22%-
HSV(B)217.06º81.93%32.55%-
XYZ2.552.318.5-
YUV38.01153.39111.58-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.79%
GREEN value IS 41 (16.41% from 255) = 29.50%
BLUE value IS 83 (32.81% from 255) = 59.71%
R=10.79%
G=29.50%
B=59.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1541830.820.5100.67217.0669.3919.22
HexF29535233043d94513
Octal175112312263010333110523
Binary1111101001101001110100101100110100001111011001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,41,83); }

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

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

 a { background-color: rgb(15,41,83); }

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

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

 span { border-color: rgb(15,41,83); }

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