#0F2772

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

Shades of Sapphire #0F2772

Tints of Sapphire #0F2772

Color information

#0F2772 (or 0x0F2772) is unknown color: approx Sapphire. HEX triplet: 0F, 27 and 72. RGB value is (15,39,114). Sum of RGB (Red+Green+Blue) = 15+39+114=168 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.93% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 114 (44.92% from 255 or 67.86% from 168); Max value from RGB is 114 - color contains mainly: blue. Hex color #0F2772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2772 is #F0D88D. Grayscale: #282828. Windows color (decimal): -15784078 or 7481103. OLE color: 7481103.

HSL color Cylindrical-coordinate representation of color #0F2772: hue angle of 225.45º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F2772 is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1539114-
CMYK0.870.6600.55
HSL225.45º76.74%25.29%-
HSV(B)225.45º86.84%44.71%-
XYZ3.962.7716.25-
YUV40.37169.55109.9-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.93%
GREEN value IS 39 (15.62% from 255) = 23.21%
BLUE value IS 114 (44.92% from 255) = 67.86%
R=8.93%
G=23.21%
B=67.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal15391140.870.6600.55225.4576.7425.29
HexF27725742037e14d19
Octal174716212710206734111531
Binary1111100111111001010101111000010011011111100001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,39,114); }

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

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

 a { background-color: rgb(15,39,114); }

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

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

 span { border-color: rgb(15,39,114); }

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