#0F2E7A

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

Shades of Sapphire #0F2E7A

Tints of Sapphire #0F2E7A

Color information

#0F2E7A (or 0x0F2E7A) is unknown color: approx Sapphire. HEX triplet: 0F, 2E and 7A. RGB value is (15,46,122). Sum of RGB (Red+Green+Blue) = 15+46+122=183 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.20% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 122 (48.05% from 255 or 66.67% from 183); Max value from RGB is 122 - color contains mainly: blue. Hex color #0F2E7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2E7A is #F0D185. Grayscale: #2D2D2D. Windows color (decimal): -15782278 or 8007183. OLE color: 8007183.

HSL color Cylindrical-coordinate representation of color #0F2E7A: hue angle of 222.62º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F2E7A is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1546122-
CMYK0.880.6200.52
HSL222.62º78.1%26.86%-
HSV(B)222.62º87.7%47.84%-
XYZ4.693.4618.83-
YUV45.4171.23106.32-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.20%
GREEN value IS 46 (18.36% from 255) = 25.14%
BLUE value IS 122 (48.05% from 255) = 66.67%
R=8.20%
G=25.14%
B=66.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal15461220.880.6200.52222.6278.126.86
HexF2E7A583E034df4e1b
Octal17561721307606433711633
Binary111110111011110101011000111110011010011011111100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,46,122); }

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

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

 a { background-color: rgb(15,46,122); }

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

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

 span { border-color: rgb(15,46,122); }

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