#0F2A6B

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

Shades of Sapphire #0F2A6B

Tints of Sapphire #0F2A6B

Color information

#0F2A6B (or 0x0F2A6B) is unknown color: approx Sapphire. HEX triplet: 0F, 2A and 6B. RGB value is (15,42,107). Sum of RGB (Red+Green+Blue) = 15+42+107=164 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.15% from 164); Green value is 42 (16.80% from 255 or 25.61% from 164); Blue value is 107 (42.19% from 255 or 65.24% from 164); Max value from RGB is 107 - color contains mainly: blue. Hex color #0F2A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2A6B is #F0D594. Grayscale: #292929. Windows color (decimal): -15783317 or 7023119. OLE color: 7023119.

HSL color Cylindrical-coordinate representation of color #0F2A6B: hue angle of 222.39º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F2A6B is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1542107-
CMYK0.860.6100.58
HSL222.39º75.41%23.92%-
HSV(B)222.39º85.98%41.96%-
XYZ3.682.8214.26-
YUV41.34165.05109.21-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.15%
GREEN value IS 42 (16.80% from 255) = 25.61%
BLUE value IS 107 (42.19% from 255) = 65.24%
R=9.15%
G=25.61%
B=65.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal15421070.860.6100.58222.3975.4123.92
HexF2A6B563D03Ade4b18
Octal17521531267507233611330
Binary111110101011010111010110111101011101011011110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,42,107); }

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

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

 a { background-color: rgb(15,42,107); }

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

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

 span { border-color: rgb(15,42,107); }

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