#0F257F

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

Shades of Sapphire #0F257F

Tints of Sapphire #0F257F

Color information

#0F257F (or 0x0F257F) is unknown color: approx Sapphire. HEX triplet: 0F, 25 and 7F. RGB value is (15,37,127). Sum of RGB (Red+Green+Blue) = 15+37+127=179 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.38% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 127 (50% from 255 or 70.95% from 179); Max value from RGB is 127 - color contains mainly: blue. Hex color #0F257F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F257F is #F0DA80. Grayscale: #282828. Windows color (decimal): -15784577 or 8332559. OLE color: 8332559.

HSL color Cylindrical-coordinate representation of color #0F257F: hue angle of 228.21º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F257F is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1537127-
CMYK0.880.7100.50
HSL228.21º78.87%27.84%-
HSV(B)228.21º88.19%49.8%-
XYZ4.692.9620.4-
YUV40.68176.71109.68-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.38%
GREEN value IS 37 (14.84% from 255) = 20.67%
BLUE value IS 127 (50% from 255) = 70.95%
R=8.38%
G=20.67%
B=70.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal15371270.880.7100.50228.2178.8727.84
HexF257F5847032e44f1c
Octal174517713010706234411734
Binary1111100101111111110110001000111011001011100100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F257F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,37,127); }

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

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

 a { background-color: rgb(15,37,127); }

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

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

 span { border-color: rgb(15,37,127); }

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